共用方式為


EnumScriptWithList 方法

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

多載清單 

  名稱 描述
公用方法 EnumScriptWithList(array<Urn> [] () [] [])
公用方法 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(UrnCollection) Creates a linear Transact-SQL script based on a URN collection.

頂端