PrivilegedContext 構成要素を格納する ConnectionContextElement オブジェクトを取得します。
名前空間: Microsoft.Data.Schema.UnitTesting.Configuration
アセンブリ: Microsoft.Data.Schema.UnitTesting (Microsoft.Data.Schema.UnitTesting.dll 内)
構文
'宣言
<ConfigurationPropertyAttribute("PrivilegedContext")> _
Public ReadOnly Property PrivilegedContext As ConnectionContextElement
Get
[ConfigurationPropertyAttribute("PrivilegedContext")]
public ConnectionContextElement PrivilegedContext { get; }
[ConfigurationPropertyAttribute(L"PrivilegedContext")]
public:
property ConnectionContextElement^ PrivilegedContext {
ConnectionContextElement^ get ();
}
[<ConfigurationPropertyAttribute("PrivilegedContext")>]
member PrivilegedContext : ConnectionContextElement
function get PrivilegedContext () : ConnectionContextElement
プロパティ値
型: Microsoft.Data.Schema.UnitTesting.Configuration.ConnectionContextElement
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。