Share via


IDTSComponentMetaData100.UsesDispositions 属性

定义

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

属性值

如果组件使用处置,则为 true;否则为 false

属性

注解

包含 IsErrorOut 属性为 true 的 IDTSOutput100 对象的组件将此属性设置为 true

适用于