ScriptNameObjectBase.ForceTextModeOnTextBody 方法
Enforces text mode on the text body.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Protected Function ForceTextModeOnTextBody As Boolean
用法
Dim returnValue As Boolean
returnValue = Me.ForceTextModeOnTextBody()
protected bool ForceTextModeOnTextBody()
protected:
bool ForceTextModeOnTextBody()
member ForceTextModeOnTextBody : unit -> bool
protected function ForceTextModeOnTextBody() : boolean
返回值
类型: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.