Condividi tramite


Proprietà ForLoopClass.Disable

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Public Overridable Property Disable As Boolean 
    Get 
    Set
'Utilizzo
Dim instance As ForLoopClass 
Dim value As Boolean 

value = instance.Disable

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

Valore proprietà

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

Implementa

IDTSContainer100.Disable

Vedere anche

Riferimento

ForLoopClass Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper