Scripter.EnumScriptWithList Method

Include Protected Members
Include Inherited Members

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

Overload List

  Name Description
Public method EnumScriptWithList(array<Urn[])
Public method EnumScriptWithList(DependencyCollection) Creates a linear Transact-SQL script based on a dependency collection.
Public method EnumScriptWithList(array<SqlSmoObject[]) Creates a linear Transact-SQL script based on an array of SqlSmoObjects.
Public method EnumScriptWithList(UrnCollection) Creates a linear Transact-SQL script based on a URN collection.

Top