Specifies the value of the specified connection keyword.
Public Overrides Property Item(ByVal keyword As String) As Object
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 | 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 |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |