言語

MessageQueueTask.Use2000Format プロパティ

定義

メッセージがSQL Server 2000形式を使用していることを示すブール値を取得または設定します。

public:
 property bool Use2000Format { bool get(); void set(bool value); };
public bool Use2000Format { get; set; }
member this.Use2000Format : bool with get, set
Public Property Use2000Format As Boolean

プロパティ値

falseはSQL Server 2000形式が使用されていないことを示します。trueはSQL Server 2000形式が使用されていることを示します。

実装

注釈

このプロパティの既定値は false です。

適用対象