Compartir a través de


ScriptNameObjectBase.GetTextMode Método

Determines whether the script name is using text mode.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Protected Function GetTextMode As Boolean
'Uso
Dim returnValue As Boolean 

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

Valor devuelto

Tipo: 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.

Ejemplos

Scripting

Vea también

Referencia

ScriptNameObjectBase Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo