Aracılığıyla paylaş


IMessageQueueTask.Use2000Format Özelliği

Bu API altyapısını destekler ve doğrudan kodunuz içinden kullanılmak üzere tasarlanmamıştır.

Ad Alanı:  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Derleme:  Microsoft.SqlServer.MSMQTask (Microsoft.SqlServer.MSMQTask içinde.dll)

Sözdizimi

'Bildirim
Property Use2000Format As Boolean
    Get
    Set
'Kullanım
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)

Özellik Değeri

Tür: System.Boolean