IDTSPropertiesProvider Members
Include Protected Members
Include Inherited Members
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.
The IDTSPropertiesProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetExpression(String) | Returns a String that contains the expression for the specified property. Null means no expression is assigned. | |
SetExpression(String, String) | Assigns the specified expression to the property. Specify nulla null reference (Nothing in Visual Basic) to remove an existing expression from the property. |
Top
Properties
Name | Description | |
---|---|---|
Properties | Gets a collection that contains DtsProperty objects that have properties and methods for use with the container. |
Top