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 命名空间