ScriptNameObjectBase.SetTextMode 方法
Specifies the text mode.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Protected Sub SetTextMode ( _
textMode As Boolean, _
collList As SmoCollectionBase() _
)
用法
Dim textMode As Boolean
Dim collList As SmoCollectionBase()
Me.SetTextMode(textMode, collList)
protected void SetTextMode(
bool textMode,
SmoCollectionBase[] collList
)
protected:
void SetTextMode(
bool textMode,
array<SmoCollectionBase^>^ collList
)
member SetTextMode :
textMode:bool *
collList:SmoCollectionBase[] -> unit
protected function SetTextMode(
textMode : boolean,
collList : SmoCollectionBase[]
)
参数
- textMode
类型:System.Boolean
A Boolean value that specifies the text mode.
- collList
类型:array<Microsoft.SqlServer.Management.Smo.SmoCollectionBase[]
A SmoCollectionBase object value that specifies the SMO collection.