Compartir a través de


SqlSmoObject.CheckObjectStateImpl Método

Checks the state of a SqlSmoObject.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Protected Sub CheckObjectStateImpl ( _
    throwIfNotCreated As Boolean _
)
'Uso
Dim throwIfNotCreated As Boolean 

Me.CheckObjectStateImpl(throwIfNotCreated)
protected void CheckObjectStateImpl(
    bool throwIfNotCreated
)
protected:
void CheckObjectStateImpl(
    bool throwIfNotCreated
)
member CheckObjectStateImpl : 
        throwIfNotCreated:bool -> unit
protected function CheckObjectStateImpl(
    throwIfNotCreated : boolean
)

Parámetros

  • throwIfNotCreated
    Tipo: System.Boolean
    A Boolean value that specifies whether to throw an exception if the object is not created.

Vea también

Referencia

SqlSmoObject Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo