Share via


IMessageQueueTask.Use2000Format プロパティ

定義

メッセージが 2000 形式SQL Server使用するかどうかを示す値を取得または設定します。

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

プロパティ値

SQL Server 2000 を使用する場合は true、SQL Server 2000 形式を使用しない場合は false。

適用対象