Gets or sets the value of the connection keyword.
Visual Basic Public Overrides Default Property Item ( _ ByVal keyword As String _ ) As Object
C# public override object this [ string keyword ] { get; set; }
keyword The name of the connection keyword.
An object representing the value of the specified connection keyword.
If the keyword or type is invalid, an exception is raised. keyword is case insensitive.
When setting the value, passing NULL clears the value.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |