Share via


IDTSInputColumnCollection100.Count Property

Gets the number of columns contained in a collection.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
ReadOnly Property Count As Integer 
    Get
'Usage
Dim instance As IDTSInputColumnCollection100 
Dim value As Integer 

value = instance.Count
int Count { get; }
property int Count {
    int get ();
}
abstract Count : int
function get Count () : int

Property Value

Type: System.Int32
The number of IDTSInputColumn100 objects in the collection.

See Also

Reference

IDTSInputColumnCollection100 Interface

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace