Compartir a través de


IDTSComponentMetaData100.CustomPropertyCollection Propiedad

Gets the collection of custom properties exposed by a component.

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 IDTSComponentMetaData100 
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 collection of custom properties exposed by a component.

Comentarios

The custom property collection contains the IDTSCustomProperty100 objects added to the collection by the component. Developers who are programmatically building or modifying data flow components should not set the values of these properties directly, but instead should call the SetComponentProperty method of the design-time instance of the component.

Vea también

Referencia

IDTSComponentMetaData100 Interfaz

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