Partilhar via


Método ScriptNameObjectBase.GetTextMode

Determines whether the script name is using text mode.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
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 de retorno

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.

Exemplos

Gerando scripts

Consulte também

Referência

ScriptNameObjectBase Classe

Namespace Microsoft.SqlServer.Management.Smo