IDTSCustomProperty100 Interface

Définition

public interface class IDTSCustomProperty100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSObject100
[System.Runtime.InteropServices.Guid("05781F94-F577-49BA-986D-017625A55452")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSCustomProperty100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSObject100
[<System.Runtime.InteropServices.Guid("05781F94-F577-49BA-986D-017625A55452")>]
[<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 dans le IDTSComponentMetaData100 d’un composant et sont automatiquement conservés dans le xml du package. Les propriétés personnalisées sont ajoutées à en IDTSCustomPropertyCollection100 appelant la méthode New de la collection.

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

Propriétés

ContainsID
Description
EncryptionRequired
ExpressionType
ID
IdentificationString
Name
ObjectType
State
TypeConverter
UITypeEditor
Value

S’applique à