IDTSVirtualInputColumn100.IsAssociatedWithOutputColumn 속성
Gets the value that indicates whether the object is associated with output column.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)
구문
‘선언
ReadOnly Property IsAssociatedWithOutputColumn As Boolean
Get
‘사용 방법
Dim instance As IDTSVirtualInputColumn100
Dim value As Boolean
value = instance.IsAssociatedWithOutputColumn
bool IsAssociatedWithOutputColumn { get; }
property bool IsAssociatedWithOutputColumn {
bool get ();
}
abstract IsAssociatedWithOutputColumn : bool
function get IsAssociatedWithOutputColumn () : boolean
속성 값
유형: System.Boolean
True if the object is associated with output column; otherwise, false.