Méthode ScriptNameObjectBase.CheckObjectDirty
Checks whether object has been modified and not persisted.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Protected Overridable Function CheckObjectDirty As Boolean
'Utilisation
Dim returnValue As Boolean
returnValue = Me.CheckObjectDirty()
protected virtual bool CheckObjectDirty()
protected:
virtual bool CheckObjectDirty()
abstract CheckObjectDirty : unit -> bool
override CheckObjectDirty : unit -> bool
protected function CheckObjectDirty() : boolean
Valeur de retour
Type : System.Boolean
A Boolean value, True if dirty, otherwise False.