DatabaseTaskHost.AsyncModelBuildingBlocker-Konstruktor

Initialisiert eine neue Instanz der DatabaseTaskHost.AsyncModelBuildingBlocker-Klasse.

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

Syntax

'Declaration
Public Sub New ( _
    host As DatabaseTaskHost _
)
public AsyncModelBuildingBlocker(
    DatabaseTaskHost host
)
public:
AsyncModelBuildingBlocker(
    DatabaseTaskHost^ host
)
new : 
        host:DatabaseTaskHost -> AsyncModelBuildingBlocker
public function DatabaseTaskHost..::..AsyncModelBuildingBlocker(
    host : DatabaseTaskHost
)

Parameter

Hinweise

Der Konstruktor inkrementiert eine Pausenanzahl innerhalb des Aufgabenhosts, der ihm aufträgt, eine weitere Modellerstellung anzuhalten. Es bricht jedoch den aktuellen Modellerstellungsthread nicht ab.

.NET Framework-Sicherheit

Siehe auch

Referenz

DatabaseTaskHost.AsyncModelBuildingBlocker Klasse

Microsoft.Data.Schema.Build-Namespace