IDTSOutput100.OutputColumnCollection Property
Gets the collection of IDTSOutputColumn100 objects defined for an IDTSOutput100 object.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
ReadOnly Property OutputColumnCollection As IDTSOutputColumnCollection100
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputColumnCollection100
The IDTSOutputColumnCollection100 collection of the IDTSOutput100 object.