共用方式為


ScriptNameObjectBase.GetTextMode 方法

Determines whether the script name is using text mode.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Protected Function GetTextMode As Boolean
'用途
Dim returnValue As Boolean 

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

傳回值

型別:System.Boolean
A Boolean value that specifies whether the script name is using text mode.If True, the script name is using text mode. Otherwise, False.

範例

指令碼

請參閱

參考

ScriptNameObjectBase 類別

Microsoft.SqlServer.Management.Smo 命名空間