Sdílet prostřednictvím


Scripter.ScriptWithList Method

Include Protected Members
Include Inherited Members

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

Overload List

  Name Description
Public method ScriptWithList(array<Urn[])
Public method ScriptWithList(DependencyCollection) Creates linear Transact-SQL scripts for a DependencyCollection object. 
Public method ScriptWithList(array<SqlSmoObject[]) Creates linear Transact-SQL scripts for an array of SqlSmoObject objects. 
Public method ScriptWithList(UrnCollection) Creates linear Transact-SQL scripts for a UrnCollection object. 

Top