IDTSPropertiesProvider Interface
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 (in microsoft.sqlserver.manageddts.dll)
语法
声明
Public Interface IDTSPropertiesProvider
public interface IDTSPropertiesProvider
public interface class IDTSPropertiesProvider
public interface IDTSPropertiesProvider
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.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
IDTSPropertiesProvider Members
Microsoft.SqlServer.Dts.Runtime Namespace