ScriptNameObjectBase.SwitchTextMode 方法
Switches the text mode.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Protected Sub SwitchTextMode ( _
newTextModeValue As Boolean, _
collList As SmoCollectionBase() _
)
用法
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[]
)
参数
- newTextModeValue
类型:System.Boolean
A String value that specifies the new text mode.
- collList
类型:array<Microsoft.SqlServer.Management.Smo.SmoCollectionBase[]
An SmoCollectionBase object that specifies the SMO.