Partager via


Interface IDTSPropertiesProvider

Defines an interface, inherited by containers, that enables properties to be set by an expression, and allows an enumerable collection of properties to be associated with the container.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Interface IDTSPropertiesProvider
'Utilisation
Dim instance As IDTSPropertiesProvider
public interface IDTSPropertiesProvider
public interface class IDTSPropertiesProvider
type IDTSPropertiesProvider =  interface end
public interface IDTSPropertiesProvider

Le type IDTSPropertiesProvider expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Properties Gets a collection that contains DtsProperty objects that have properties and methods for use with the container.

Haut de la page

Méthodes

  Nom Description
Méthode publique GetExpression Returns a String that contains the expression for the specified property. Null means no expression is assigned.
Méthode publique SetExpression Assigns the specified expression to the property. Specify nullNothingnullptrunitune référence Null (Nothing dans Visual Basic) to remove an existing expression from the property.

Haut de la page

Notes

The properties are returned as DtsProperty into a DtsProperties collection. All classes that inherit from this interface support property expressions, with the exception of the Variable.