Use2000Format 屬性

此 API 支援 基礎結構,但無法直接從您的程式碼使用。

命名空間:  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
組件:  Microsoft.SqlServer.MSMQTask (在 Microsoft.SqlServer.MSMQTask.dll 中)

語法

'宣告
Property Use2000Format As Boolean
    Get
    Set
'用途
Dim instance As IMessageQueueTask
Dim value As Boolean

value = instance.Use2000Format

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

屬性值

型別:System. . :: . .Boolean