GetTextMode méthode

Determines whether the script name is using text mode.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans 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.