ScriptNameObjectBase.CheckObjectDirty Método
Checks whether object has been modified and not persisted.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Protected Overridable Function CheckObjectDirty As Boolean
'Uso
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
Valor devuelto
Tipo: System.Boolean
A Boolean value, True if dirty, otherwise False.