Dela via


DatabaseTaskHost.AsyncModelBuildingBlocker Constructor

Initializes a new instance of the DatabaseTaskHost.AsyncModelBuildingBlocker class.

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
)

Parameters

Remarks

The constructor increments a pause count within the task host telling it to pause any more model building. However, it will not cancel the current model building thread.

.NET Framework Security

See Also

Reference

DatabaseTaskHost.AsyncModelBuildingBlocker Class

Microsoft.Data.Schema.Build Namespace