IDTSProperty100 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.
Représente une interface de l'objet DtsProperty.
public interface class IDTSProperty100
[System.Runtime.InteropServices.Guid("566AE6D3-5019-4E9E-A025-3FB8D9E0AA57")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSProperty100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("0E28AC8D-380D-459E-BFF1-FC4067EEE410")]
public interface IDTSProperty100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("C13D7713-96C4-43F7-A6B9-AADC1408F9C8")]
public interface IDTSProperty100
[<System.Runtime.InteropServices.Guid("566AE6D3-5019-4E9E-A025-3FB8D9E0AA57")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSProperty100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("0E28AC8D-380D-459E-BFF1-FC4067EEE410")>]
type IDTSProperty100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("C13D7713-96C4-43F7-A6B9-AADC1408F9C8")>]
type IDTSProperty100 = interface
Public Interface IDTSProperty100
- Attributs
Propriétés
ConnectionType |
Obtient le nom du gestionnaire de connexions utilisé pour créer la connexion. |
DataType |
Obtient le type de données de la propriété. |
Get |
Obtient une valeur qui indique si une valeur de propriété peut être lue. |
Name |
Obtient le nom de la propriété. |
PropertyKind |
Obtient l'énumération DTSPropertyKind qui contient des informations sur les attributs personnalisés d'une propriété. |
Set |
Obtient une valeur qui indique si la propriété de l'objet référencé peut être modifiée. |
TypeConverter |
Obtient le nom complet du type d'assembly de l'objet convertisseur de type pour la propriété. |
UITypeEditor |
Obtient le nom complet du type d'assembly de l'éditeur graphique pour la propriété. |
Méthodes
GetExport(Object) |
Obtient une valeur qui indique si l'objet peut être exporté. |
GetExpression(Object) |
Obtient l'expression de l'objet spécifié. |
GetPackagePath(Object) |
Obtient le chemin d'accès relatif à l'emplacement du package spécifié. |
GetValue(Object) |
Retourne la valeur de la propriété. |
SetExport(Object, Boolean) |
Définit l'indicateur d'exportation de l'objet spécifié. |
SetExpression(Object, String) |
Affecte l'expression spécifiée à l'objet. |
SetValue(Object, Object) |
Définit la valeur de la propriété. |