Scripter Methods
The Scripter type exposes the following members.
| Name | Description | |
|---|---|---|
|
DiscoverDependencies(Urn[], DependencyType) | (Inherited from DependencyWalker.) |
|
DiscoverDependencies(Urn[], Boolean) | (Inherited from DependencyWalker.) |
|
DiscoverDependencies(SqlSmoObject[], DependencyType) | Creates a hierarchical object tree that represents the parent or child dependent relationships for a specified object array of SQL Server objects on the instance of SQL Server. (Inherited from DependencyWalker.) |
|
DiscoverDependencies(SqlSmoObject[], Boolean) | Creates a hierarchical object tree that represents the parent or child dependent relationships for a specified object array of SQL Server objects on the instance of SQL Server. (Inherited from DependencyWalker.) |
|
DiscoverDependencies(UrnCollection, DependencyType) | Creates a hierarchical object tree that represents the parent or child dependent relationships for a specified Urn collection of SQL Server objects on the instance of SQL Server. (Inherited from DependencyWalker.) |
|
DiscoverDependencies(UrnCollection, Boolean) | Creates a hierarchical object tree that represents the parent or child dependent relationships for a specified Urn collection of SQL Server objects on the instance of SQL Server. (Inherited from DependencyWalker.) |
|
EnumDependencies(SqlSmoObject, DependencyType) | Returns an enumerated list that includes the specified object and child or parent dependencies. |
|
EnumScript(Urn[]) | |
|
EnumScript(SqlSmoObject[]) | Returns an IEnumerable<script> object that contains a script. |
|
EnumScript(UrnCollection) | Returns an IEnumerable <script> interface. |
|
EnumScriptWithList(Urn[]) | |
|
EnumScriptWithList(DependencyCollection) | Creates a linear Transact-SQL script based on a dependency collection. |
|
EnumScriptWithList(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. |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetServerObject() | Returns the Server object that represents the instance of SQL Server on which the dependency discovery operation is running. (Inherited from DependencyWalker.) |
|
GetType() | (Inherited from Object.) |
|
Init() | Initializes the Scripter object. |
|
MemberwiseClone() | (Inherited from Object.) |
|
Script(Urn[]) | |
|
Script(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. |
|
ScriptWithList(Urn[]) | |
|
ScriptWithList(DependencyCollection) | Creates linear Transact-SQL scripts for a DependencyCollection object. |
|
ScriptWithList(SqlSmoObject[]) | Creates linear Transact-SQL scripts for an array of SqlSmoObject objects. |
|
ScriptWithList(UrnCollection) | Creates linear Transact-SQL scripts for a UrnCollection object. |
|
ToString() | (Inherited from Object.) |
|
WalkDependencies(DependencyTree) | Creates a linear list of objects and their dependencies from a specified DependencyTree object. (Inherited from DependencyWalker.) |
