IDTSComponentMetaData100.UsesDispositions Propiedad

Definición

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

Valor de propiedad

true si el componente usa disposiciones; de lo contrario, false.

Atributos

Comentarios

Los componentes que contienen objetos IDTSOutput100 cuya propiedad IsErrorOut es true establecen esta propiedad en true.

Se aplica a