IDTSCustomProperty100 Interface

Définition

public interface class IDTSCustomProperty100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSObject100
[System.Runtime.InteropServices.Guid("A0836E5E-50CF-4B28-9577-E25173725F0B")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSCustomProperty100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSObject100
[<System.Runtime.InteropServices.Guid("A0836E5E-50CF-4B28-9577-E25173725F0B")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSCustomProperty100 = interface
    interface IDTSObject100
Public Interface IDTSCustomProperty100
Implements IDTSObject100
Attributs
Implémente

Remarques

L’objet IDTSCustomProperty100 est utilisé pour exposer des informations personnalisées sur un objet dans la tâche de flux de données.

Les objets IDTSCustomProperty100 sont disponibles sur la plupart des objets de l’interface IDTSComponentMetaData100 d’un composant et sont automatiquement conservés dans le XML du package. Des propriétés personnalisées sont ajoutées à IDTSCustomPropertyCollection100 en appelant la nouvelle méthode de la collection.

Pour des informations sur la définition de propriétés personnalisées, voir « Création de propriétés personnalisées » dans Méthodes au moment de conception d’un composant Data Flow.

S’applique à