Propriété IDTSOutput100.OutputColumnCollection
Gets the collection of IDTSOutputColumn100 objects defined for an IDTSOutput100 object.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntaxe
'Déclaration
ReadOnly Property OutputColumnCollection As IDTSOutputColumnCollection100
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputColumnCollection100
The IDTSOutputColumnCollection100 collection of the IDTSOutput100 object.