IDTSContainer100.Disable Propiedad

Definición

Obtiene o establece un valor que indica si el IDTSContainer100 objeto está deshabilitado.

public:
 property bool Disable { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(17)]
public bool Disable { [System.Runtime.InteropServices.DispId(17)] get; [System.Runtime.InteropServices.DispId(17)] set; }
[<System.Runtime.InteropServices.DispId(17)>]
[<get: System.Runtime.InteropServices.DispId(17)>]
[<set: System.Runtime.InteropServices.DispId(17)>]
member this.Disable : bool with get, set
Public Property Disable As Boolean

Valor de propiedad

verdadero si el IDTSContainer100 objeto está deshabilitado; de lo contrario, falso.

Atributos

Comentarios

Para obtener más información, consulte DtsContainer.

Se aplica a