Scripter-Member

The Scripter object is the overall, top-level object for managing scripting operations.

Der Scripter-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode Scripter() () () () Initializes a new instance of the Scripter class.
Öffentliche Methode Scripter(Server) Initializes a new instance of the Scripter class on the specified instance of SQL Server.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode DiscoverDependencies(array<Urn> [] () [] [], DependencyType) (Geerbt von DependencyWalker.)
Öffentliche Methode DiscoverDependencies(array<Urn> [] () [] [], Boolean) (Geerbt von DependencyWalker.)
Öffentliche Methode DiscoverDependencies(array<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. (Geerbt von DependencyWalker.)
Öffentliche Methode DiscoverDependencies(array<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. (Geerbt von DependencyWalker.)
Öffentliche Methode 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. (Geerbt von DependencyWalker.)
Öffentliche Methode 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. (Geerbt von DependencyWalker.)
Öffentliche MethodeStatischer Member EnumDependencies Returns an enumerated list that includes the specified object and child or parent dependencies.
Öffentliche Methode EnumScript(array<Urn> [] () [] [])
Öffentliche Methode EnumScript(array<SqlSmoObject> [] () [] []) Returns an IEnumerable<script> object that contains a script.
Öffentliche Methode EnumScript(UrnCollection) Returns an IEnumerable <script> interface.
Öffentliche Methode EnumScriptWithList(array<Urn> [] () [] [])
Öffentliche Methode EnumScriptWithList(DependencyCollection) Creates a linear Transact-SQL script based on a dependency collection.
Öffentliche Methode EnumScriptWithList(array<SqlSmoObject> [] () [] []) Creates a linear Transact-SQL script based on an array of SqlSmoObjects.
Öffentliche Methode EnumScriptWithList(UrnCollection) Creates a linear Transact-SQL script based on a URN collection.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Geschützte Methode GetServerObject Returns the Server object that represents the instance of SQL Server on which the dependency discovery operation is running. (Geerbt von DependencyWalker.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode Init Initializes the Scripter object.
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode Script(array<Urn> [] () [] [])
Öffentliche Methode Script(array<SqlSmoObject> [] () [] []) Generates Transact-SQL scripts that can be used to re-create a list of objects.
Öffentliche Methode Script(UrnCollection) Creates a Transact-SQL script for a set of objects that are specified with a Urn object collection.
Öffentliche Methode ScriptWithList(array<Urn> [] () [] [])
Öffentliche Methode ScriptWithList(DependencyCollection) Creates linear Transact-SQL scripts for a DependencyCollection object. 
Öffentliche Methode ScriptWithList(array<SqlSmoObject> [] () [] []) Creates linear Transact-SQL scripts for an array of SqlSmoObject objects. 
Öffentliche Methode ScriptWithList(UrnCollection) Creates linear Transact-SQL scripts for a UrnCollection object. 
Öffentliche Methode ToString (Geerbt von Object.)
Öffentliche Methode WalkDependencies Creates a linear list of objects and their dependencies from a specified DependencyTree object. (Geerbt von DependencyWalker.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Geschützte Eigenschaft DependencyTree Gets or sets a server Dependency Tree. (Geerbt von DependencyWalker.)
Öffentliche Eigenschaft FilterCallbackFunction Gets or sets the scripting options that allow URNs to be filtered out while running the DiscoverDependencies method. (Geerbt von DependencyWalker.)
Geschützte Eigenschaft KnownObjectsList Gets or sets a list of all known objects in a server. (Geerbt von DependencyWalker.)
Öffentliche Eigenschaft Options Gets or sets the scripting options for the Scripter object and all the scripting operations on the instance of SQL Server.
Öffentliche Eigenschaft PrefetchObjects Gets or sets the Boolean property value that specifies whether the objects are loaded before scripting operations, or only as they are required.
Öffentliche Eigenschaft Server Gets or sets the instance of Microsoft SQL Server that the DependencyWalker tool object is associated with. (Geerbt von DependencyWalker.)
Geschützte Eigenschaft Total (Geerbt von DependencyWalker.)
Geschützte Eigenschaft TotalCount Gets or set the count of objects discovered by a Dependency Walker. (Geerbt von DependencyWalker.)

Zum Anfang

Ereignisse

  Name Beschreibung
Öffentliches Ereignis DiscoveryProgress Raises an event at intervals and reports progress on the DiscoveryProgress method. (Geerbt von DependencyWalker.)
Öffentliches Ereignis ScriptingError Raises an event when an error occurs during a scripting operation.
Öffentliches Ereignis ScriptingProgress Raises an event to receive information about the progress of the scripting operation.

Zum Anfang