Share via


IDTSComponentMetaData100.UsesDispositions Propriedade

Definição

Obtém ou define um valor que indica se o componente usa disposições.

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 da propriedade

true se o componente usa disposições; caso contrário, false.

Atributos

Comentários

Componentes que contêm IDTSOutput100 objetos cuja IsErrorOut propriedade é true definida como true.

Aplica-se a