IDTSOutput100.OutputColumnCollection Property

Definition

Gets the collection of IDTSOutputColumn100 objects defined for an IDTSOutput100 object.

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSOutputColumnCollection100 ^ OutputColumnCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSOutputColumnCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(106)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputColumnCollection100 OutputColumnCollection { [System.Runtime.InteropServices.DispId(106)] get; }
[<System.Runtime.InteropServices.DispId(106)>]
[<get: System.Runtime.InteropServices.DispId(106)>]
member this.OutputColumnCollection : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputColumnCollection100
Public ReadOnly Property OutputColumnCollection As IDTSOutputColumnCollection100

Property Value

The IDTSOutputColumnCollection100 collection of the IDTSOutput100 object.

Attributes

Applies to