Compartir a través de


DatabaseTaskHost.IsAsyncModelBuildingRunning (Propiedad)

Obtiene un valor que indica si la compilación del modelo se produce en segundo plano.

Espacio de nombres:  Microsoft.Data.Schema.Build
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

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

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

DatabaseTaskHost Clase

Microsoft.Data.Schema.Build (Espacio de nombres)