ScriptNameObjectBase.SwitchTextMode Method
SQL Server 2012
Switches the text mode.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
protected void SwitchTextMode( bool newTextModeValue, SmoCollectionBase[] collList )
Parameters
- newTextModeValue
- Type: System.Boolean
A String value that specifies the new text mode.
- collList
- Type: Microsoft.SqlServer.Management.Smo.SmoCollectionBase[]
An SmoCollectionBase object that specifies the SMO.
