Metoda ScriptNameObjectBase.SwitchTextMode
Przełącza tryb tekstu.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Protected Sub SwitchTextMode ( _
newTextModeValue As Boolean, _
collList As SmoCollectionBase() _
)
'Użycie
Dim newTextModeValue As Boolean
Dim collList As SmoCollectionBase()
Me.SwitchTextMode(newTextModeValue, _
collList)
protected void SwitchTextMode(
bool newTextModeValue,
SmoCollectionBase[] collList
)
protected:
void SwitchTextMode(
bool newTextModeValue,
array<SmoCollectionBase^>^ collList
)
member SwitchTextMode :
newTextModeValue:bool *
collList:SmoCollectionBase[] -> unit
protected function SwitchTextMode(
newTextModeValue : boolean,
collList : SmoCollectionBase[]
)
Parametry
- newTextModeValue
Typ: System.Boolean
A String wartość określająca nowy tryb tekstu.
- collList
Typ: array<Microsoft.SqlServer.Management.Smo.SmoCollectionBase[]
SmoCollectionBase Obiekt, który określa SMO.
Zobacz także