Partager via


Méthode ScriptNameObjectBase.ForceTextModeOnTextBody

Enforces text mode on the text body.

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

Syntaxe

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

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

Valeur de retour

Type : System.Boolean
A Boolean value that specifies whether the method was successful.If True, the text mode was enforced on the text body. Otherwise, False.

Exemples

Création de scripts

Voir aussi

Référence

ScriptNameObjectBase Classe

Espace de noms Microsoft.SqlServer.Management.Smo