IDTSHasInternalProperties100.GetInternalProperties 方法
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Gets the specified internal properties.
命名空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
組件: Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
語法
'宣告
Sub GetInternalProperties ( _
pProperties As IDTSProperties100 _
)
'用途
Dim instance As IDTSHasInternalProperties100
Dim pProperties As IDTSProperties100
instance.GetInternalProperties(pProperties)
void GetInternalProperties(
IDTSProperties100 pProperties
)
void GetInternalProperties(
[InAttribute] IDTSProperties100^ pProperties
)
abstract GetInternalProperties :
pProperties:IDTSProperties100 -> unit
function GetInternalProperties(
pProperties : IDTSProperties100
)
參數
- pProperties
型別:Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProperties100
A collection of internal properties.
備註
For more information, see DtsProperty.