Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.