Scripter.EnumScriptWithList Method
Include Protected Members
Include Inherited Members
Creates a linear Transact-SQL script for a list of objects.
Overload List
Name | Description | |
---|---|---|
![]() |
EnumScriptWithList(array<Urn[]) | |
![]() |
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(UrnCollection) | Creates a linear Transact-SQL script based on a URN collection. |
Top