IDTSPropertiesProvider-Member
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.
Der IDTSPropertiesProvider-Typ macht die folgenden Member verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
GetExpression | Returns a String that contains the expression for the specified property. Null means no expression is assigned. | |
SetExpression | Assigns the specified expression to the property. Specify nullNothingnullptrunitein NULL-Verweis (Nothing in Visual Basic) to remove an existing expression from the property. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Properties | Gets a collection that contains DtsProperty objects that have properties and methods for use with the container. |
Zum Anfang