Disable Propiedad
Esta API admite la infraestructura de y no está prevista su utilización directa desde el código.
For more information, see DtsContainer.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Property Disable As Boolean
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System. . :: . .Boolean
Vea también