次の方法で共有


ConnectionManager.Scope プロパティ

接続マネージャーのスコープを取得します。

名前空間:  Microsoft.SqlServer.Dts.Runtime
アセンブリ:  Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)

構文

'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property Scope As DTSConnectionManagerScope 
    Get
'使用
Dim instance As ConnectionManager 
Dim value As DTSConnectionManagerScope 

value = instance.Scope
[BrowsableAttribute(false)]
public DTSConnectionManagerScope Scope { get; }
[BrowsableAttribute(false)]
public:
property DTSConnectionManagerScope Scope {
    DTSConnectionManagerScope get ();
}
[<BrowsableAttribute(false)>]
member Scope : DTSConnectionManagerScope
function get Scope () : DTSConnectionManagerScope

プロパティ値

型: Microsoft.SqlServer.Dts.Runtime.DTSConnectionManagerScope
DTSConnectionManagerScope 列挙です。

関連項目

参照

ConnectionManager クラス

Microsoft.SqlServer.Dts.Runtime 名前空間