Freigeben über


IDTSOutputColumn100.CustomPropertyCollection-Eigenschaft

Gets an IDTSCustomPropertyCollection100 collection of the output 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 IDTSOutputColumn100 
Dim value As IDTSCustomPropertyCollection100 

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

Eigenschaftswert

Typ: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomPropertyCollection100
The IDTSCustomPropertyCollection100 collection of the output column.

Siehe auch

Verweis

IDTSOutputColumn100 Schnittstelle

Microsoft.SqlServer.Dts.Pipeline.Wrapper-Namespace