Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enforces text mode on the text body.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Function ForceTextModeOnTextBody As Boolean
'Usage
Dim returnValue As Boolean
returnValue = Me.ForceTextModeOnTextBody()
protected bool ForceTextModeOnTextBody()
protected:
bool ForceTextModeOnTextBody()
member ForceTextModeOnTextBody : unit -> bool
protected function ForceTextModeOnTextBody() : boolean
Return Value
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.