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

适用于