ForceTextModeOnTextBody 메서드
Enforces text mode on the text body.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
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.