Interfaz 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.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
Public Interface IDTSPropertiesProvider
'Uso
Dim instance As IDTSPropertiesProvider
public interface IDTSPropertiesProvider
public interface class IDTSPropertiesProvider
type IDTSPropertiesProvider = interface end
public interface IDTSPropertiesProvider
El tipo IDTSPropertiesProvider expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Properties | Gets a collection that contains DtsProperty objects that have properties and methods for use with the container. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
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 nulles una referencia NULL (Nothing en Visual Basic). to remove an existing expression from the property. |
Arriba
Comentarios
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.