Use2000Format プロパティ

メッセージで SQL Server 2000 形式を使用するかどうかを示す Boolean を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
アセンブリ:  Microsoft.SqlServer.MSMQTask (Microsoft.SqlServer.MSMQTask.dll)

構文

'宣言
Public Property Use2000Format As Boolean
    Get
    Set
'使用
Dim instance As MessageQueueTask
Dim value As Boolean

value = instance.Use2000Format

instance.Use2000Format = value
public bool Use2000Format { get; set; }
public:
virtual property bool Use2000Format {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract Use2000Format : bool with get, set
override Use2000Format : bool with get, set
final function get Use2000Format () : boolean
final function set Use2000Format (value : boolean)

プロパティ値

型: System. . :: . .Boolean
false は SQL Server 2000 形式を使用しないことを示します。true は SQL Server 2000 形式を使用することを示します。

実装

IMessageQueueTask. . :: . .Use2000Format

説明

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