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
'Deklaracja
<DispIdAttribute(106)> _
ReadOnly Property OutputColumnCollection As IDTSOutputColumnCollection100
[DispIdAttribute(106)]
IDTSOutputColumnCollection100 OutputColumnCollection { get; }
[DispIdAttribute(106)]
property IDTSOutputColumnCollection100^ OutputColumnCollection {
IDTSOutputColumnCollection100^ get ();
}
/** @property */
/** @attribute DispIdAttribute(106) */
IDTSOutputColumnCollection100 get_OutputColumnCollection ()
DispIdAttribute(106)
function get OutputColumnCollection () : IDTSOutputColumnCollection100
Property Value
The IDTSOutputColumnCollection100 collection of the IDTSOutput100 object.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.