Scripter.Script Method
Include Protected Members
Include Inherited Members
Generates Transact-SQL scripts that can be used to re-create a list of objects.
Overload List
Name | Description | |
---|---|---|
Script(array<Urn[]) | ||
Script(array<SqlSmoObject[]) | Generates Transact-SQL scripts that can be used to re-create a list of objects. | |
Script(UrnCollection) | Creates a Transact-SQL script for a set of objects that are specified with a Urn object collection. |
Top