Compartir a través de


ScriptNameObjectBase.IsObjectDirty Método

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

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

Sintaxis

'Declaración
Protected Overrides Function IsObjectDirty As Boolean
'Uso
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

Valor devuelto

Tipo: 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.

Ejemplos

Scripting

Vea también

Referencia

ScriptNameObjectBase Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo