Condividi tramite


Metodo GetIsTextDirty

Determines whether the text value is consistent with stored value.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Protected Function GetIsTextDirty As Boolean
'Utilizzo
Dim returnValue As Boolean

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

Valore restituito

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.