ScriptNameObjectBase.SwitchTextMode Method

Switches the text mode.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Protected Sub SwitchTextMode ( _
    newTextModeValue As Boolean, _
    collList As SmoCollectionBase() _
)
'Usage
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[]
)

Parameters

Examples

Scripting