IDTSPropertiesProvider100.Properties 属性
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets a collection that contains IDTSProperty100 objects that have properties and methods for use with the container.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
ReadOnly Property Properties As IDTSProperties100
Get
用法
Dim instance As IDTSPropertiesProvider100
Dim value As IDTSProperties100
value = instance.Properties
IDTSProperties100 Properties { get; }
property IDTSProperties100^ Properties {
IDTSProperties100^ get ();
}
abstract Properties : IDTSProperties100
function get Properties () : IDTSProperties100
属性值
类型:Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProperties100
A IDTSProperties100 collection that contains IDTSProperty100 objects associated with the container.
注释
For more information, see IDTSPropertiesProvider.