ScriptNameObjectBase.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
)
参数
- newTextModeValue
类型:System.Boolean
A Boolean value that specifies the new text mode value.
- coll
类型:Microsoft.SqlServer.Management.Smo.SmoCollectionBase
A SmoCollectionBase object that specifies the collection.