Specifies the value of the specified 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.
Connection keywords and the corresponding properties on ULConnectionStringBuilder are described in the table below:
Keyword |
Corresponding Property |
---|---|
cache_size | CacheSize property |
ce_file | DatabaseOnCE property |
con | ConnectionName property |
dbkey | DatabaseKey property |
dbn | DatabaseName property |
nt_file | DatabaseOnDesktop property |
pwd | Password property |
reserve_size | ReserveSize property |
start | StartLine property |
uid | UserID property |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |