Share via


DatabaseTaskHost.GetWorkload Method

Returns the amount of work left to partially resolve the model.

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

Syntax

'Declaration
Public Function GetWorkload As Integer
public int GetWorkload()
public:
int GetWorkload()
member GetWorkload : unit -> int 
public function GetWorkload() : int

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

DatabaseTaskHost Class

Microsoft.Data.Schema.Build Namespace