ScriptNameObjectBase.SetCollectionTextMode Method
SQL Server 2012
Sets the collection text mode.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
protected void SetCollectionTextMode( bool newTextModeValue, SmoCollectionBase coll )
Parameters
- newTextModeValue
- Type: System.Boolean
A Boolean value that specifies the new text mode value.
- coll
- Type: Microsoft.SqlServer.Management.Smo.SmoCollectionBase
A SmoCollectionBase object that specifies the collection.
