Share via


SetCollectionTextMode 方法

Sets the collection text mode.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Protected Sub SetCollectionTextMode ( _
    newTextModeValue As Boolean, _
    coll As SmoCollectionBase _
)
用法
Dim newTextModeValue As Boolean
Dim coll As SmoCollectionBase

Me.SetCollectionTextMode(newTextModeValue, _
    coll)
protected void SetCollectionTextMode(
    bool newTextModeValue,
    SmoCollectionBase coll
)
protected:
void SetCollectionTextMode(
    bool newTextModeValue, 
    SmoCollectionBase^ coll
)
member SetCollectionTextMode : 
        newTextModeValue:bool * 
        coll:SmoCollectionBase -> unit 
protected function SetCollectionTextMode(
    newTextModeValue : boolean, 
    coll : SmoCollectionBase
)

参数

示例

脚本撰写