Partager via


Méthode ScriptNameObjectBase.GetTextMode

Determines whether the script name is using text mode.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Protected Function GetTextMode As Boolean
'Utilisation
Dim returnValue As Boolean 

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

Valeur de retour

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

Exemples

Création de scripts

Voir aussi

Référence

ScriptNameObjectBase Classe

Espace de noms Microsoft.SqlServer.Management.Smo