This topic has not yet been rated - Rate this topic

Scripter Methods

The Scripter type exposes the following members.

  NameDescription
Public method DiscoverDependencies(Urn[], DependencyType) (Inherited from DependencyWalker.)
Public method DiscoverDependencies(Urn[], Boolean) (Inherited from DependencyWalker.)
Public method 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.)
Public method 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.)
Public method 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.)
Public method 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.)
Public method Static member EnumDependencies(SqlSmoObject, DependencyType) Returns an enumerated list that includes the specified object and child or parent dependencies.
Public method EnumScript(Urn[])
Public method EnumScript(SqlSmoObject[]) Returns an IEnumerable<script> object that contains a script.
Public method EnumScript(UrnCollection) Returns an IEnumerable <script> interface.
Public method EnumScriptWithList(Urn[])
Public method EnumScriptWithList(DependencyCollection) Creates a linear Transact-SQL script based on a dependency collection.
Public method EnumScriptWithList(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.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Protected method GetServerObject() Returns the Server object that represents the instance of SQL Server on which the dependency discovery operation is running. (Inherited from DependencyWalker.)
Public method GetType() (Inherited from Object.)
Protected method Init() Initializes the Scripter object.
Protected method MemberwiseClone() (Inherited from Object.)
Public method Script(Urn[])
Public method Script(SqlSmoObject[]) Generates Transact-SQL scripts that can be used to re-create a list of objects.
Public method Script(UrnCollection) Creates a Transact-SQL script for a set of objects that are specified with a Urn object collection.
Public method ScriptWithList(Urn[])
Public method ScriptWithList(DependencyCollection) Creates linear Transact-SQL scripts for a DependencyCollection object. 
Public method ScriptWithList(SqlSmoObject[]) Creates linear Transact-SQL scripts for an array of SqlSmoObject objects. 
Public method ScriptWithList(UrnCollection) Creates linear Transact-SQL scripts for a UrnCollection object. 
Public method ToString() (Inherited from Object.)
Public method WalkDependencies(DependencyTree) Creates a linear list of objects and their dependencies from a specified DependencyTree object. (Inherited from DependencyWalker.)
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.