언어

IDTSContainer100.Variables 속성

정의

이 컨테이너와 연관된 변수들을 포함하는 컬렉션을 얻습니다.

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

속성 값

변수의 컬렉션입니다.

특성

설명

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

적용 대상