Share via


GetIsTextDirty Método

Determines whether the text value is consistent with stored value.

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

Sintaxis

'Declaración
Protected Function GetIsTextDirty As Boolean
'Uso
Dim returnValue As Boolean

returnValue = Me.GetIsTextDirty()
protected bool GetIsTextDirty()
protected:
bool GetIsTextDirty()
member GetIsTextDirty : unit -> bool 
protected function GetIsTextDirty() : boolean

Valor devuelto

Tipo: System. . :: . .Boolean
A Boolean value that specifies whether the text value is consistent with the stored text value.
If True, the text value is consistent with the stored text value. Otherwise, False.

Ejemplos

Scripting