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。

属性

注解

包含IDTSOutput100IsErrorOut属性truetrue设置为 ..

适用于