共用方式為


ScriptWithList 方法

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

多載清單 

  名稱 描述
公用方法 ScriptWithList(array<Urn> [] () [] [])
公用方法 ScriptWithList(DependencyCollection) Creates linear Transact-SQL scripts for a DependencyCollection object. 
公用方法 ScriptWithList(array<SqlSmoObject> [] () [] []) Creates linear Transact-SQL scripts for an array of SqlSmoObject objects. 
公用方法 ScriptWithList(UrnCollection) Creates linear Transact-SQL scripts for a UrnCollection object. 

頂端