Freigeben über


DatabaseTaskHost.StopAsyncModelBuilding-Methode (Int32)

Verhindert die Ausführung der asynchronen Modellerstellung bis zum Aufruf von AsyncModelBuildingBlocker.Dispose.

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

Syntax

'Declaration
Protected Friend Function StopAsyncModelBuilding ( _
    timeoutSpanInSeconds As Integer _
) As DatabaseTaskHost..::..AsyncModelBuildingBlocker
protected internal DatabaseTaskHost..::..AsyncModelBuildingBlocker StopAsyncModelBuilding(
    int timeoutSpanInSeconds
)
protected public:
DatabaseTaskHost..::..AsyncModelBuildingBlocker^ StopAsyncModelBuilding(
    int timeoutSpanInSeconds
)
member StopAsyncModelBuilding : 
        timeoutSpanInSeconds:int -> DatabaseTaskHost..::..AsyncModelBuildingBlocker 
 function StopAsyncModelBuilding(
    timeoutSpanInSeconds : int
) : DatabaseTaskHost..::..AsyncModelBuildingBlocker

Parameter

  • timeoutSpanInSeconds
    Typ: System.Int32
    Die Timeoutspanne in Sekunden.Standardmäßig ist die Timeoutspanne auf unendlich festgelegt.

Rückgabewert

Typ: Microsoft.Data.Schema.Build.DatabaseTaskHost.AsyncModelBuildingBlocker
Ein Blocker wird zurückgegeben, der bei Freigabe die Modellerstellung erneut aktiviert.

Hinweise

Wenn der Modellaufbau ausgeführt wird, wird dieser Aufruf gesperrt, bis er zurückgegeben wird.

.NET Framework-Sicherheit

Siehe auch

Referenz

DatabaseTaskHost Klasse

StopAsyncModelBuilding-Überladung

Microsoft.Data.Schema.Build-Namespace