Compartilhar via


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

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
Public Interface IDTSPropertiesProvider
'Uso
Dim instance As IDTSPropertiesProvider
public interface IDTSPropertiesProvider
public interface class IDTSPropertiesProvider
type IDTSPropertiesProvider =  interface end
public interface IDTSPropertiesProvider

Comentários

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.