IDTSInput100.CustomPropertyCollection Property

 

Applies To: SQL Server 2016 Preview

Gets the IDTSCustomPropertyCollection100 object of an IDTSInput100 object.

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

Syntax

[DispIdAttribute(104)]
IDTSCustomPropertyCollection100 CustomPropertyCollection {
    [DispIdAttribute(104)]
    get;
}
[DispIdAttribute(104)]
property IDTSCustomPropertyCollection100^ CustomPropertyCollection {
    [DispIdAttribute(104)]
    IDTSCustomPropertyCollection100^ get();
}
[<DispIdAttribute(104)>]
abstract CustomPropertyCollection : IDTSCustomPropertyCollection100 with get
<DispIdAttribute(104)>
ReadOnly Property CustomPropertyCollection As IDTSCustomPropertyCollection100

Property Value

Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomPropertyCollection100

The IDTSCustomPropertyCollection100 collection of the IDTSInput100 object.

See Also

IDTSInput100 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace

Return to top