共用方式為


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.

命名空間:  Microsoft.SqlServer.Dts.Runtime
組件:  Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)

語法

'宣告
Public Interface IDTSPropertiesProvider
'用途
Dim instance As IDTSPropertiesProvider
public interface IDTSPropertiesProvider
public interface class IDTSPropertiesProvider
type IDTSPropertiesProvider =  interface end
public interface IDTSPropertiesProvider

備註

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.