DatabaseUnitTestingSection.ExecutionContext Property
Gets a ConnectionContextElement object that contains the ExecutionContext configuration elements.
Namespace: Microsoft.Data.Schema.UnitTesting.Configuration
Assembly: Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)
Syntax
'Declaration
<ConfigurationPropertyAttribute("ExecutionContext")> _
Public ReadOnly Property ExecutionContext As ConnectionContextElement
[ConfigurationPropertyAttribute("ExecutionContext")]
public ConnectionContextElement ExecutionContext { get; }
[ConfigurationPropertyAttribute(L"ExecutionContext")]
public:
property ConnectionContextElement^ ExecutionContext {
ConnectionContextElement^ get ();
}
[<ConfigurationPropertyAttribute("ExecutionContext")>]
member ExecutionContext : ConnectionContextElement
function get ExecutionContext () : 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.