IDTSCustomProperty100 Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Contient des informations personnalisées sur 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 sert à 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 du IDTSComponentMetaData100 composant et sont automatiquement conservés dans le XML du paquet. Des propriétés personnalisées sont ajoutées à la IDTSCustomPropertyCollection100 en appelant la New 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.
Propriétés
| Nom | Description |
|---|---|
| ContainsID |
Obtient ou définit une valeur qui indique si le 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 IDTSCustomProperty100 objet. |
| EncryptionRequired |
Obtient ou définit une valeur indiquant si l’objet IDTSCustomProperty100 doit être chiffré. |
| ExpressionType |
Obtient ou définit le type de l’expression. |
| ID |
Obtient ou définit l’identifiant d’un IDTSCustomProperty100 objet. |
| IdentificationString |
Obtient une chaîne qui identifie de manière unique un IDTSCustomProperty100 objet. |
| Name |
Obtient ou définit le nom d’un IDTSCustomProperty100 objet. |
| ObjectType |
Obtient la DTSObjectType propriété personnalisée. |
| State |
Obtient ou définit une valeur de a DTSPersistState qui contrôle la manière dont la IDTSCustomProperty100 valeur est stockée dans le XML du package. |
| TypeConverter |
Obtient ou définit le convertisseur de type pour un IDTSCustomProperty100 objet. |
| UITypeEditor |
Obtient ou règle l’éditeur pour un IDTSCustomProperty100 objet. |
| Value |
Obtient ou définit la valeur de l’objet d’un IDTSCustomProperty100 objet. |