This topic has not yet been rated - Rate this topic

ScriptNameObjectBase.SetTextMode Method

Specifies the text mode.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
'Declaration
Protected Sub SetTextMode ( _
	textMode As Boolean, _
	collList As SmoCollectionBase() _
)
'Usage
Dim textMode As Boolean 
Dim collList As SmoCollectionBase()

Me.SetTextMode(textMode, collList)

Parameters

textMode
Type: System.Boolean
A Boolean value that specifies the text mode.
collList
Type: Microsoft.SqlServer.Management.Smo.SmoCollectionBase()
A SmoCollectionBase object value that specifies the SMO collection.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.