Condividi tramite


Proprietà Disable

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

For more information, see ForLoop.

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

Implementa

IDTSContainer100. . :: . .Disable