次の方法で共有


IDTSExternalMetadataColumnCollection100.IsUsed プロパティ

定義

コレクションがコンポーネントによって作成されるかどうかを示す値を取得します。値の設定も可能です。

public:
 property bool IsUsed { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(101)]
public bool IsUsed { [System.Runtime.InteropServices.DispId(101)] get; [System.Runtime.InteropServices.DispId(101)] set; }
[<System.Runtime.InteropServices.DispId(101)>]
[<get: System.Runtime.InteropServices.DispId(101)>]
[<set: System.Runtime.InteropServices.DispId(101)>]
member this.IsUsed : bool with get, set
Public Property IsUsed As Boolean

プロパティ値

コンポーネントがコレクションを設定する場合は true。それ以外の場合は false。

属性

注釈

の場合 true詳細プロパティ エディターは、入力列または出力列コレクションの列を [入力列] タブの外部メタデータ コレクションにマップする機能 提供します。

適用対象