共用方式為


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.

範例

指令碼