Condividi tramite


Proprietà Use2000Format

Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.

Spazio dei nomi:  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly:  Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)

Sintassi

'Dichiarazione
Property Use2000Format As Boolean
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System. . :: . .Boolean