Compartir a través de


DatabaseUnitTestingSection.PrivilegedContext (Propiedad)

Obtiene un objeto ConnectionContextElement que contiene los elementos de configuración de PrivilegedContext.

Espacio de nombres:  Microsoft.Data.Schema.UnitTesting.Configuration
Ensamblado:  Microsoft.Data.Schema.UnitTesting (en Microsoft.Data.Schema.UnitTesting.dll)

Sintaxis

'Declaración
<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

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

DatabaseUnitTestingSection Clase

Microsoft.Data.Schema.UnitTesting.Configuration (Espacio de nombres)