Scripter.ScriptWithList Method
Include Protected Members
Include Inherited Members
Creates linear Transact-SQL scripts for a list of objects.
Overload List
Name | Description | |
---|---|---|
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. |
Top