다음을 통해 공유


GetIsTextDirty 메서드

Determines whether the text value is consistent with stored value.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Protected Function GetIsTextDirty As Boolean
‘사용 방법
Dim returnValue As Boolean

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

반환 값

유형: 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.