IDTSComponentMetaData100.UsesDispositions Property

Definition

Gets or sets a value that indicates whether the component uses dispositions.

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

Property Value

true if the component uses dispositions; otherwise, false.

Attributes

Remarks

Components that contain IDTSOutput100 objects whose IsErrorOut property is true set this property to true.

Applies to