Freigeben über


DatabaseTestClass.ExecutionContext-Eigenschaft

Ruft den Ausführungskontext ab, der beim Ausführen des einem Test zugeordneten Transact-SQL-Skripts verwendet wird, oder legt diesen fest.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Protected Property ExecutionContext As ConnectionContext
    Get
    Set
[BrowsableAttribute(false)]
protected ConnectionContext ExecutionContext { get; set; }
[BrowsableAttribute(false)]
protected:
property ConnectionContext^ ExecutionContext {
    ConnectionContext^ get ();
    void set (ConnectionContext^ value);
}
[<BrowsableAttribute(false)>]
member ExecutionContext : ConnectionContext with get, set
function get ExecutionContext () : ConnectionContext
function set ExecutionContext (value : ConnectionContext)

Eigenschaftswert

Typ: Microsoft.Data.Schema.UnitTesting.ConnectionContext
Ein ConnectionContext-Objekt.

Hinweise

Diese Eigenschaft wird aufgefüllt, wenn InitializeTest aufgerufen wird. Diese Eigenschaft wird gelöscht, wenn CleanupTest aufgerufen wird.

.NET Framework-Sicherheit

Siehe auch

Referenz

DatabaseTestClass Klasse

Microsoft.Data.Schema.UnitTesting-Namespace

ConnectionContext

InitializeTest

CleanupTest