Partager via


Propriété IDTSContainer100.Disable

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

Gets or sets a value that indicates whether the IDTSContainer100 object is disabled.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Property Disable As Boolean 
    Get 
    Set
'Utilisation
Dim instance As IDTSContainer100 
Dim value As Boolean 

value = instance.Disable

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

Valeur de propriété

Type : System.Boolean
true if the IDTSContainer100 object is disabled; otherwise, false.

Notes

For more information, see DtsContainer.

Voir aussi

Référence

IDTSContainer100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper