IDTSVirtualInputColumn100.IsAssociatedWithOutputColumn プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オブジェクトが出力列に関連付けられているかどうかを示す値を取得します。
public:
property bool IsAssociatedWithOutputColumn { bool get(); };
[System.Runtime.InteropServices.DispId(129)]
public bool IsAssociatedWithOutputColumn { [System.Runtime.InteropServices.DispId(129)] get; }
[<System.Runtime.InteropServices.DispId(129)>]
[<get: System.Runtime.InteropServices.DispId(129)>]
member this.IsAssociatedWithOutputColumn : bool
Public ReadOnly Property IsAssociatedWithOutputColumn As Boolean
プロパティ値
オブジェクトが出力列に関連付けられている場合は True。それ以外の場合は false。
- 属性