IDTSCustomProperty100 Interface

Définition

Contient les informations personnalisées d'un objet dans une tâche de flux de données.

public interface class IDTSCustomProperty100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSObject100
[System.Runtime.InteropServices.Guid("B5DB168C-4886-47D6-9303-DDA8C90A7CC2")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSCustomProperty100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("DFA58FE7-01A6-45E0-8BF5-8AF650FF5503")]
public interface IDTSCustomProperty100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("7A0D5CC7-F41F-4E53-B730-1E719B88B1E4")]
public interface IDTSCustomProperty100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[<System.Runtime.InteropServices.Guid("B5DB168C-4886-47D6-9303-DDA8C90A7CC2")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSCustomProperty100 = interface
    interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("DFA58FE7-01A6-45E0-8BF5-8AF650FF5503")>]
type IDTSCustomProperty100 = interface
    interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("7A0D5CC7-F41F-4E53-B730-1E719B88B1E4")>]
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.

IDTSCustomProperty100 les objets sont disponibles sur la plupart des objets d’un IDTSComponentMetaData100 composant et sont automatiquement conservés dans le xml du package. Les propriétés personnalisées sont ajoutées à celle-ci IDTSCustomPropertyCollection100 en appelant la New méthode 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 les méthodes au moment du design d’un composant Data Flow.

Propriétés

ContainsID

Obtient ou définit une valeur indiquant si la propriété Value de l'objet IDTSCustomProperty100 contient l'ID d'un autre objet dans la tâche de flux de données.

Description

Obtient ou définit la description d'un objet IDTSCustomProperty100.

EncryptionRequired

Obtient ou définit une valeur qui indique si l'objet IDTSCustomProperty100 doit être chiffré.

ExpressionType

Obtient ou définit le type de l'expression.

ID

Obtient ou définit l'identificateur d'un objet IDTSCustomProperty100.

IdentificationString

Obtient une chaîne qui identifie de manière unique un objet IDTSCustomProperty100.

Name

Obtient ou définit le nom d'un objet IDTSCustomProperty100.

ObjectType

Obtient l'objet DTSObjectType de la propriété personnalisée.

State

Obtient ou définit une valeur d'un objet DTSPersistState qui contrôle la manière dont la valeur IDTSCustomProperty100 est stockée dans la définition XML du package.

TypeConverter

Obtient ou définit le convertisseur de type pour un objet IDTSCustomProperty100.

UITypeEditor

Obtient ou définit l'éditeur d'un objet IDTSCustomProperty100.

Value

Obtient ou définit la valeur d'objet d'un objet IDTSCustomProperty100.

S’applique à