言語

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列挙体の列挙値の 1 つ。

実装

注釈

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

適用対象