Scripter.EnumScriptWithList Method
Include Protected Members
Include Inherited Members
Creates a linear Transact-SQL script 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 | |
---|---|---|
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(array<Urn[]) | Creates a linear Transact-SQL script that is based on an array of URNs. | |
EnumScriptWithList(UrnCollection) | Creates a linear Transact-SQL script based on a URN collection. |
Top