Partager via


Méthode ScriptNameObjectBase.IsObjectDirty

Determines whether the referenced object is consistent with the stored object.

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

Syntaxe

'Déclaration
Protected Overrides Function IsObjectDirty As Boolean
'Utilisation
Dim returnValue As Boolean 

returnValue = Me.IsObjectDirty()
protected override bool IsObjectDirty()
protected:
virtual bool IsObjectDirty() override
abstract IsObjectDirty : unit -> bool  
override IsObjectDirty : unit -> bool
protected override function IsObjectDirty() : boolean

Valeur de retour

Type : System.Boolean
A Boolean value that specifies whether the referenced object is consistent with the stored object.If True, the object is not consistent with the stored object. Otherwise, False.

Exemples

Création de scripts

Voir aussi

Référence

ScriptNameObjectBase Classe

Espace de noms Microsoft.SqlServer.Management.Smo