Share via


ScriptNameObjectBase.SwitchTextMode 메서드

Switches the text mode.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Protected Sub SwitchTextMode ( _
    newTextModeValue As Boolean, _
    collList As SmoCollectionBase() _
)
‘사용 방법
Dim newTextModeValue As Boolean 
Dim collList As SmoCollectionBase()

Me.SwitchTextMode(newTextModeValue, _
    collList)
protected void SwitchTextMode(
    bool newTextModeValue,
    SmoCollectionBase[] collList
)
protected:
void SwitchTextMode(
    bool newTextModeValue, 
    array<SmoCollectionBase^>^ collList
)
member SwitchTextMode : 
        newTextModeValue:bool * 
        collList:SmoCollectionBase[] -> unit
protected function SwitchTextMode(
    newTextModeValue : boolean, 
    collList : SmoCollectionBase[]
)

매개 변수

스크립팅

참고 항목

참조

ScriptNameObjectBase 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스