Méthode SqlSmoObject.CheckObjectStateImpl

Checks the state of a SqlSmoObject.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Protected Sub CheckObjectStateImpl ( _
    throwIfNotCreated As Boolean _
)
'Utilisation
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
)

Paramètres

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

Voir aussi

Référence

SqlSmoObject Classe

Espace de noms Microsoft.SqlServer.Management.Smo