Interfaccia 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.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public Interface IDTSPropertiesProvider
'Utilizzo
Dim instance As IDTSPropertiesProvider
public interface IDTSPropertiesProvider
public interface class IDTSPropertiesProvider
type IDTSPropertiesProvider =  interface end
public interface IDTSPropertiesProvider

Nel tipo IDTSPropertiesProvider sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Properties Gets a collection that contains DtsProperty objects that have properties and methods for use with the container.

In alto

Metodi

  Nome Descrizione
Metodo pubblico GetExpression Returns a String that contains the expression for the specified property. Null means no expression is assigned.
Metodo pubblico SetExpression Assigns the specified expression to the property. Specify nullNothingnullptrunitriferimento Null (Nothing in Visual Basic). to remove an existing expression from the property.

In alto

Osservazioni

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.