Méthode SetTextMode
Specifies the text mode.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Protected Sub SetTextMode ( _
textMode As Boolean, _
collList As SmoCollectionBase() _
)
'Utilisation
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[]
)
Paramètres
- 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.