ConnectionManagerBase.Scope プロパティ
この ConnectionManagerBase オブジェクトの DTS 接続マネージャーのスコープを取得します。
名前空間: Microsoft.SqlServer.Dts.Runtime
アセンブリ: Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)
構文
'宣言
Public Overridable Property Scope As DTSConnectionManagerScope
Get
Set
'使用
Dim instance As ConnectionManagerBase
Dim value As DTSConnectionManagerScope
value = instance.Scope
instance.Scope = value
public virtual DTSConnectionManagerScope Scope { get; set; }
public:
virtual property DTSConnectionManagerScope Scope {
DTSConnectionManagerScope get ();
void set (DTSConnectionManagerScope value);
}
abstract Scope : DTSConnectionManagerScope with get, set
override Scope : DTSConnectionManagerScope with get, set
function get Scope () : DTSConnectionManagerScope
function set Scope (value : DTSConnectionManagerScope)
プロパティ値
型: Microsoft.SqlServer.Dts.Runtime.DTSConnectionManagerScope
DTSConnectionManagerScope オブジェクトです。