Metodo ForceTextModeOnTextBody
Enforces text mode on the text body.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Protected Function ForceTextModeOnTextBody As Boolean
'Utilizzo
Dim returnValue As Boolean
returnValue = Me.ForceTextModeOnTextBody()
protected bool ForceTextModeOnTextBody()
protected:
bool ForceTextModeOnTextBody()
member ForceTextModeOnTextBody : unit -> bool
protected function ForceTextModeOnTextBody() : boolean
Valore restituito
Tipo: 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.
Vedere anche