GetTextMode 메서드
Determines whether the script name is using text mode.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Protected Function GetTextMode As Boolean
‘사용 방법
Dim returnValue As Boolean
returnValue = Me.GetTextMode()
protected bool GetTextMode()
protected:
bool GetTextMode()
member GetTextMode : unit -> bool
protected function GetTextMode() : boolean
반환 값
유형: System. . :: . .Boolean
A Boolean value that specifies whether the script name is using text mode.
If True, the script name is using text mode. Otherwise, False.