DatabaseUnitTestingSection.PrivilegedContext – vlastnost
Získává ConnectionContextElement objekt, který obsahuje PrivilegedContext prvky konfigurace.
Obor názvů: Microsoft.Data.Schema.UnitTesting.Configuration
Sestavení: Microsoft.Data.Schema.UnitTesting (v Microsoft.Data.Schema.UnitTesting.dll)
Syntaxe
'Deklarace
<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
Hodnota vlastnosti
Typ: Microsoft.Data.Schema.UnitTesting.Configuration.ConnectionContextElement
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Odkaz
DatabaseUnitTestingSection Třída
Microsoft.Data.Schema.UnitTesting.Configuration – obor názvů