Compartir a través de


IDTSInputColumn100.CustomPropertyCollection Propiedad

Gets the IDTSCustomPropertyCollection100 collection of an input column.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
ReadOnly Property CustomPropertyCollection As IDTSCustomPropertyCollection100 
    Get
'Uso
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

Valor de la propiedad

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

Comentarios

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

Vea también

Referencia

IDTSInputColumn100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper