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.