ScriptNameObjectBase.IsObjectDirty Method
SQL Server 2012
Determines whether the referenced object is consistent with the stored object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
'Declaration Protected Overrides Function IsObjectDirty As Boolean 'Usage Dim returnValue As Boolean returnValue = Me.IsObjectDirty()
Return Value
Type: System.BooleanA 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.
