다음을 통해 공유


IDTSVariable100.Parent 속성

정의

변수의 부모 컨테이너를 가져옵니다.

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSContainer100 ^ Parent { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSContainer100 ^ get(); };
[System.Runtime.InteropServices.DispId(12)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSContainer100 Parent { [System.Runtime.InteropServices.DispId(12)] get; }
[<System.Runtime.InteropServices.DispId(12)>]
[<get: System.Runtime.InteropServices.DispId(12)>]
member this.Parent : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSContainer100
Public ReadOnly Property Parent As IDTSContainer100

속성 값

변수의 부모 컨테이너입니다.

특성

설명

자세한 내용은 Variable를 참조하세요.

적용 대상