OutputColumnCollection 속성
Gets the collection of IDTSOutputColumn100 objects defined for an IDTSOutput100 object.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap.dll의 Microsoft.SqlServer.DTSPipelineWrap
구문
‘선언
ReadOnly Property OutputColumnCollection As IDTSOutputColumnCollection100
Get
‘사용 방법
Dim instance As IDTSOutput100
Dim value As IDTSOutputColumnCollection100
value = instance.OutputColumnCollection
IDTSOutputColumnCollection100 OutputColumnCollection { get; }
property IDTSOutputColumnCollection100^ OutputColumnCollection {
IDTSOutputColumnCollection100^ get ();
}
abstract OutputColumnCollection : IDTSOutputColumnCollection100
function get OutputColumnCollection () : IDTSOutputColumnCollection100
속성 값
형식: Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .IDTSOutputColumnCollection100
The IDTSOutputColumnCollection100 collection of the IDTSOutput100 object.