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

 

StreamParms 属性

指定用于配置同步流的参数。

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

用于指定流参数的字符串,以分号分隔的 "关键字-值" 对的列表形式表示。缺省值为空值引用(在 Visual Basic 中是 Nothing)。

注释

有关配置特定流类型的信息,请参见UltraLite 同步流的网络协议选项

StreamParms 是一个包含用于同步流的所有参数的字符串。参数是以分号分隔的 "名称=值" 对列表 ("param1=value1;param2=value2") 的形式指定的。

另请参见