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