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

적용 대상