Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » UltraLite - .NET 编程 » UltraLite .NET 2.0 API 参考 » ULConnectionStringBuilder 类

 

Item 属性

指定所指定连接关键字的值。

语法
Visual Basic
Public Overrides Default Property Item( _
   ByVal keyword As String _
) As Object
C#
public override object this[ 
   string  keyword
] { get; set; }
参数
  • keyword   连接关键字的名称。

属性值

表示指定连接关键字的值的对象。

注释

下表中对 ULConnectionStringBuilder 上的连接关键字及对应的属性进行了说明:

另请参见