Share via


ConnectionManagerHostClass.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); };
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSConnectionManagerScope Scope { get; set; }
member this.Scope : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSConnectionManagerScope with get, set
Public Overridable Property Scope As DTSConnectionManagerScope

プロパティ値

DTSConnectionManagerScope 列挙体の列挙値のいずれかです。

実装

注釈

詳細については、「ConnectionManager」を参照してください。

適用対象