Scripter.ScriptWithList Method
Include Protected Members
Include Inherited Members
Creates linear Transact-SQL scripts for a list of objects.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
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(array<Urn[]) | Creates linear Transact-SQL scripts for an array of Urn objects. | |
ScriptWithList(UrnCollection) | Creates linear Transact-SQL scripts for a UrnCollection object. |
Top