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.