Partager via


Propriété CustomPropertyCollection

Gets the collection of IDTSCustomProperty100 objects defined for an IDTSOutput100 object.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
ReadOnly Property CustomPropertyCollection As IDTSCustomPropertyCollection100
    Get
'Utilisation
Dim instance As IDTSOutput100
Dim value As IDTSCustomPropertyCollection100

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

Valeur de propriété

Type : Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .IDTSCustomPropertyCollection100
An IDTSCustomPropertyCollection100 object that is used to access the IDTSCustomProperty100 objects in the collection.