Método ScriptNameObjectBase.SetTextMode
Specifies the text mode.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Protected Sub SetTextMode ( _
textMode As Boolean, _
collList As SmoCollectionBase() _
)
'Uso
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[]
)
Parâmetros
- textMode
Tipo: System.Boolean
A Boolean value that specifies the text mode.
- collList
Tipo: array<Microsoft.SqlServer.Management.Smo.SmoCollectionBase[]
A SmoCollectionBase object value that specifies the SMO collection.