Freigeben über


DatabaseUnitTestingSection.PrivilegedContext-Eigenschaft

Ruft ein ConnectionContextElement-Objekt ab, das die PrivilegedContext-Konfigurationselemente enthält.

Namespace:  Microsoft.Data.Schema.UnitTesting.Configuration
Assembly:  Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)

Syntax

'Declaration
<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

Eigenschaftswert

Typ: Microsoft.Data.Schema.UnitTesting.Configuration.ConnectionContextElement

.NET Framework-Sicherheit

Siehe auch

Referenz

DatabaseUnitTestingSection Klasse

Microsoft.Data.Schema.UnitTesting.Configuration-Namespace