共用方式為


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
)

參數

範例

指令碼