IDTSPropertiesProvider Interface

Definition

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.

public interface class IDTSPropertiesProvider
public interface IDTSPropertiesProvider
type IDTSPropertiesProvider = interface
Public Interface IDTSPropertiesProvider
Derived

Remarks

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.

Properties

Properties

Gets a collection that contains DtsProperty objects that have properties and methods for use with the container.

Methods

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 null to remove an existing expression from the property.

Applies to