Share via


IDTSInputColumn100.CustomPropertyCollection Property

Gets the IDTSCustomPropertyCollection100 collection of an input column.

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

Syntax

'Declaration
ReadOnly Property CustomPropertyCollection As IDTSCustomPropertyCollection100 
    Get
'Usage
Dim instance As IDTSInputColumn100 
Dim value As IDTSCustomPropertyCollection100 

value = instance.CustomPropertyCollection
IDTSCustomPropertyCollection100 CustomPropertyCollection { get; }
property IDTSCustomPropertyCollection100^ CustomPropertyCollection {
    IDTSCustomPropertyCollection100^ get ();
}
abstract CustomPropertyCollection : IDTSCustomPropertyCollection100
function get CustomPropertyCollection () : IDTSCustomPropertyCollection100

Property Value

Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomPropertyCollection100
The IDTSCustomPropertyCollection100 of the input column.

Remarks

The CustomPropertyCollection property contains the collection of IDTSCustomProperty100 objects added to the input by the component.

See Also

Reference

IDTSInputColumn100 Interface

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace