Proprietà Disable
Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.
For more information, see DtsContainer.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Property Disable As Boolean
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System. . :: . .Boolean
Vedere anche