Propriedade InputColumnCollection
Gets the IDTSInputColumnCollection100 of an IDTSInput100 object.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxe
'Declaração
ReadOnly Property InputColumnCollection As IDTSInputColumnCollection100
Get
'Uso
Dim instance As IDTSInput100
Dim value As IDTSInputColumnCollection100
value = instance.InputColumnCollection
IDTSInputColumnCollection100 InputColumnCollection { get; }
property IDTSInputColumnCollection100^ InputColumnCollection {
IDTSInputColumnCollection100^ get ();
}
abstract InputColumnCollection : IDTSInputColumnCollection100
function get InputColumnCollection () : IDTSInputColumnCollection100
Valor da propriedade
Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .IDTSInputColumnCollection100
The IDTSInputColumnCollection100 of the IDTSInput100 object.
Comentários
The InputColumnCollection contains the collection of IDTSInputColumn100 objects that have been added to the IDTSInput100 of the component. These columns correspond to the columns contained in the PipelineBuffer provided to the component in the ProcessInput method.
Consulte também