Share via


ConnectionManagerOdbcClass.Scope 속성

정의

연결 관리자의 범위를 가져옵니다.

public:
 virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSConnectionManagerScope Scope { Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSConnectionManagerScope get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSConnectionManagerScope value); };
[System.Runtime.InteropServices.DispId(8)]
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSConnectionManagerScope Scope { [System.Runtime.InteropServices.DispId(8)] get; [System.Runtime.InteropServices.DispId(8)] set; }
[<System.Runtime.InteropServices.DispId(8)>]
[<get: System.Runtime.InteropServices.DispId(8)>]
[<set: System.Runtime.InteropServices.DispId(8)>]
member this.Scope : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSConnectionManagerScope with get, set
Public Overridable Property Scope As DTSConnectionManagerScope

속성 값

DTSConnectionManagerScope 열거형의 열거 값 중 하나입니다.

구현

특성

설명

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

적용 대상