DatabaseTestClass.PrivilegedContext Property
Namespace: Microsoft.Data.Schema.UnitTesting
Assembly: Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Protected Property PrivilegedContext As ConnectionContext
'Usage
Dim value As ConnectionContext
value = Me.PrivilegedContext
Me.PrivilegedContext = value
[BrowsableAttribute(false)]
protected ConnectionContext PrivilegedContext { get; set; }
[BrowsableAttribute(false)]
protected:
property ConnectionContext^ PrivilegedContext {
ConnectionContext^ get ();
void set (ConnectionContext^ value);
}
protected function get PrivilegedContext () : ConnectionContext
protected function set PrivilegedContext (value : ConnectionContext)
Property Value
Type: Microsoft.Data.Schema.UnitTesting.ConnectionContext
.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.