IDTSPropertiesProvider100 Interface

Définition

Définit une interface, héritée par les conteneurs, qui permet de définir les propriétés au moyen d'une expression et d'associer au conteneur une collection de propriétés énumérable.

public interface class IDTSPropertiesProvider100
[System.Runtime.InteropServices.Guid("C066B06F-1ACB-4CBA-A73D-29D48C23F54A")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSPropertiesProvider100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("269C293D-EBBB-47A2-9812-27AFA7E19E15")]
public interface IDTSPropertiesProvider100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("102DE02F-7826-4789-8BDF-536968FFCF51")]
public interface IDTSPropertiesProvider100
[<System.Runtime.InteropServices.Guid("C066B06F-1ACB-4CBA-A73D-29D48C23F54A")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSPropertiesProvider100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("269C293D-EBBB-47A2-9812-27AFA7E19E15")>]
type IDTSPropertiesProvider100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("102DE02F-7826-4789-8BDF-536968FFCF51")>]
type IDTSPropertiesProvider100 = interface
Public Interface IDTSPropertiesProvider100
Dérivé
Attributs

Remarques

Pour plus d’informations, consultez IDTSPropertiesProvider.

Propriétés

Properties

Obtient une collection contenant des objets IDTSProperty100 qui possèdent des propriétés et des méthodes à utiliser avec le conteneur.

Méthodes

ComputeExpressions(Boolean)

Calcule les expressions associées aux propriétés.

GetExpression(String)

Retourne une chaîne qui contient l’expression de la propriété spécifiée. Null signifie qu’aucune expression n’est affectée.

SetExpression(String, String)

Affecte l'expression spécifiée à la propriété. Spécifiez null pour supprimer une expression existante de la propriété.

S’applique à