언어

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를 참조하세요.

적용 대상