次の方法で共有


IDTSHasInternalProperties100.GetInternalProperties(IDTSProperties100) メソッド

定義

指定された内部プロパティを取得します。

public:
 void GetInternalProperties(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSProperties100 ^ pProperties);
[System.Runtime.InteropServices.DispId(1610743808)]
public void GetInternalProperties (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProperties100 pProperties);
[<System.Runtime.InteropServices.DispId(1610743808)>]
abstract member GetInternalProperties : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProperties100 -> unit
Public Sub GetInternalProperties (pProperties As IDTSProperties100)

パラメーター

pProperties
IDTSProperties100

内部プロパティのコレクションです。

属性

注釈

詳細については、「DtsProperty」を参照してください。

適用対象