共用方式為


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[]
)

參數

範例

指令碼