EnumScriptWithList 方法

Creates a linear Transact-SQL script for a list of objects.

此成员被重载。有关此成员的完整信息,包括语法、用法和示例,请单击重载列表中的名称。

重载列表

  名称 说明
公共方法 EnumScriptWithList(DependencyCollection) Creates a linear Transact-SQL script based on a dependency collection.
公共方法 EnumScriptWithList(array<SqlSmoObject> [] () [] []) Creates a linear Transact-SQL script based on an array of SqlSmoObjects.
公共方法 EnumScriptWithList(array<Urn> [] () [] []) Creates a linear Transact-SQL script that is based on an array of URNs.
公共方法 EnumScriptWithList(UrnCollection) Creates a linear Transact-SQL script based on a URN collection.

页首