Condividi tramite


Metodo ScriptNameObjectBase.GetTextMode

Determines whether the script name is using text mode.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Protected Function GetTextMode As Boolean
'Utilizzo
Dim returnValue As Boolean 

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

Valore restituito

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.

Esempi

Generazione di script

Vedere anche

Riferimento

ScriptNameObjectBase Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo