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 参考 » ULSyncParms 类

 

AdditionalParms 属性

指定 "关键字=值" 对的字符串。此 "关键字=值" 对的列表通常包含不经常使用的同步参数。

语法
Visual Basic
Public Property AdditionalParms As String
C#
public string  AdditionalParms { get; set; }
属性值

以分号分隔的 "关键字=值" 列表形式的附加参数。

另请参见