IDTSCustomPropertyCollection100 Interface

Définition

public interface class IDTSCustomPropertyCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("8939CEC8-CEA6-4180-9EE0-504A4E4593CF")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSCustomPropertyCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("8939CEC8-CEA6-4180-9EE0-504A4E4593CF")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSCustomPropertyCollection100 = interface
    interface IEnumerable
Public Interface IDTSCustomPropertyCollection100
Implements IEnumerable
Attributs
Implémente

Remarques

Les propriétés personnalisées fournissent un mécanisme permettant aux objets de flux de données d’exposer des propriétés supplémentaires au-delà de celles implémentées dans l’interface elle-même. Par exemple, l’adaptateur source OLE DB contient une propriété personnalisée qui permet à l’utilisateur de spécifier l’instruction SQL pour la source de données.

La collection de propriétés personnalisées de l’interface IDTSComponentMetaData100 est renseignée lors d’un appel à la ProvideComponentProperties méthode . Les propriétés ne doivent pas être ajoutées à cette collection à un autre moment.

Les interfaces suivantes contiennent une collection de propriétés personnalisées :

Propriétés

Count
Item[Object]

Méthodes

FindObjectByID(Int32)
FindObjectIndexByID(Int32)
GetEnumerator()
GetObjectByID(Int32)
GetObjectIndexByID(Int32)
New()
NewAt(Int32)
RemoveAll()
RemoveObjectByID(Int32)
RemoveObjectByIndex(Object)
SetIndex(Int32, Int32)

S’applique à