Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the text mode.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Sub SetTextMode ( _
textMode As Boolean, _
collList As SmoCollectionBase() _
)
'Usage
Dim textMode As Boolean
Dim collList As SmoCollectionBase()
Me.SetTextMode(textMode, collList)
protected void SetTextMode(
bool textMode,
SmoCollectionBase[] collList
)
protected:
void SetTextMode(
bool textMode,
array<SmoCollectionBase^>^ collList
)
member SetTextMode :
textMode:bool *
collList:SmoCollectionBase[] -> unit
protected function SetTextMode(
textMode : boolean,
collList : SmoCollectionBase[]
)
Parameters
- textMode
Type: System.Boolean
A Boolean value that specifies the text mode.
- collList
Type: array<Microsoft.SqlServer.Management.Smo.SmoCollectionBase[]
A SmoCollectionBase object value that specifies the SMO collection.