语言

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

适用于