Specifies the value of the specified connection keyword.
Visual Basic syntaxPublic Overrides Property Item(ByVal keyword As String) As Object
C# syntaxpublic override object this[string keyword] {get;set;}
Parameterskeyword The name of the connection keyword.
RemarksAn object representing the value of the specified connection keyword.
Connection keywords and the corresponding properties on ULConnectionStringBuilder are described in the table below:
| Keyword | Corresponding Property |
|---|---|
| cache_size | ULConnectionStringBuilder.CacheSize |
| ce_file | ULConnectionStringBuilder.DatabaseOnDevice |
| con | ULConnectionStringBuilder.ConnectionName |
| dbkey | ULConnectionStringBuilder.DatabaseKey |
| dbn | ULConnectionStringBuilder.DatabaseName |
| nt_file | ULConnectionStringBuilder.DatabaseOnDesktop |
| pwd | ULConnectionStringBuilder.Password |
| reserve_size | ULConnectionStringBuilder.ReserveSize |
| start | ULConnectionStringBuilder.StartLine |
| uid | ULConnectionStringBuilder.UserID |
See also![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |
