Share via


DatabaseTaskHost.IsAsyncModelBuildingRunning Property

Gets a value that indicates whether model building occurs in the background.

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

Syntax

'Declaration
Public ReadOnly Property IsAsyncModelBuildingRunning As Boolean
public bool IsAsyncModelBuildingRunning { get; }
public:
property bool IsAsyncModelBuildingRunning {
    bool get ();
}
member IsAsyncModelBuildingRunning : bool
function get IsAsyncModelBuildingRunning () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DatabaseTaskHost Class

Microsoft.Data.Schema.Build Namespace