Compartilhar via


Propriedade do RDL IDTSExternalMetadataColumn100.CustomPropertyCollection

Gets the custom property collection of the external metadata column.

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

Sintaxe

'Declaração
ReadOnly Property CustomPropertyCollection As IDTSCustomPropertyCollection100 
    Get
'Uso
Dim instance As IDTSExternalMetadataColumn100 
Dim value As IDTSCustomPropertyCollection100 

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

Valor da propriedade

Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomPropertyCollection100
An IDTSCustomPropertyCollection100 that contains the custom property collection of the external metadata column.

Consulte também

Referência

IDTSExternalMetadataColumn100 Interface

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper