次の方法で共有


IDTSInputColumn100.IsAssociatedWithOutputColumn プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

出力列に IDTSInputColumn100 が関連付けられているかどうかを取得します。

名前空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap.dll)

構文

'宣言
ReadOnly Property IsAssociatedWithOutputColumn As Boolean 
    Get
'使用
Dim instance As IDTSInputColumn100 
Dim value As Boolean 

value = instance.IsAssociatedWithOutputColumn
bool IsAssociatedWithOutputColumn { get; }
property bool IsAssociatedWithOutputColumn {
    bool get ();
}
abstract IsAssociatedWithOutputColumn : bool
function get IsAssociatedWithOutputColumn () : boolean

プロパティ値

型: System.Boolean
IDTSInputColumn100 オブジェクトが出力列に関連付けられている場合は true、それ以外の場合は false です。

関連項目

参照

IDTSInputColumn100 インターフェイス

Microsoft.SqlServer.Dts.Pipeline.Wrapper 名前空間