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

プロパティ値

成分が判定を用いる場合に真である。そうでなければ、誤りです。

属性

注釈

IsErrorOutプロパティがtrueIDTSOutput100オブジェクトを含むコンポーネントは、そのプロパティをtrueに設定します。

適用対象