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

SQL Anywhere 11.0.1 (日本語) » Ultra Light - .NET プログラミング » Ultra Light .NET 2.0 API リファレンス » ULFileTransfer クラス

 

StreamParms プロパティ

同期ストリームの設定パラメータを指定します。

構文
Visual Basic
Public Property StreamParms As String
C#
public string  StreamParms { get; set; }
プロパティ値

キーワードと値の組み合わせがセミコロンで区切られたリスト形式の、ストリームのパラメータを指定する文字列。デフォルト値は NULL 参照 (Visual Basic の Nothing) です。

備考

特定のストリームのタイプの設定方法については、Ultra Light 同期ストリームのネットワーク・プロトコルのオプションを参照してください。

StreamParms は、同期ストリームに使用されるすべてのパラメータが含まれている文字列です。パラメータは、「名前=値」のペアをセミコロンで区切ったリスト ("param1=value1;param2=value2") で指定します。

参照