DatabaseUnitTestingSection.PrivilegedContext Property
Gets a ConnectionContextElement object that contains the PrivilegedContext configuration elements.
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
[ConfigurationPropertyAttribute("PrivilegedContext")]
public ConnectionContextElement PrivilegedContext { get; }
[ConfigurationPropertyAttribute(L"PrivilegedContext")]
public:
property ConnectionContextElement^ PrivilegedContext {
ConnectionContextElement^ get ();
}
[<ConfigurationPropertyAttribute("PrivilegedContext")>]
member PrivilegedContext : ConnectionContextElement
function get PrivilegedContext () : ConnectionContextElement
Property Value
Type: Microsoft.Data.Schema.UnitTesting.Configuration.ConnectionContextElement
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.