IDTSHasInternalProperties100.GetInternalProperties メソッド
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
指定された内部プロパティを取得します。
名前空間: 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
内部プロパティのコレクションです。
説明
詳細については、「DtsProperty」を参照してください。