Partager via


Use2000Format propriété

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly :  Microsoft.SqlServer.MSMQTask (dans Microsoft.SqlServer.MSMQTask.dll)

Syntaxe

'Déclaration
Property Use2000Format As Boolean
    Get
    Set
'Utilisation
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)

Valeur de la propriété

Type : System. . :: . .Boolean