ScriptNameObjectBase.ForceTextModeOnTextBody Method
SQL Server 2012
Enforces text mode on the text body.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
'Declaration Protected Function ForceTextModeOnTextBody As Boolean 'Usage Dim returnValue As Boolean returnValue = Me.ForceTextModeOnTextBody()
Return Value
Type: System.BooleanA Boolean value that specifies whether the method was successful.If True, the text mode was enforced on the text body. Otherwise, False.
