Compartir a través de


Scripter Miembros

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

El tipo Scripter expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico Scripter() () () () Initializes a new instance of the Scripter class.
Método publico Scripter(Server) Initializes a new instance of the Scripter class on the specified instance of SQL Server.

Principio

Métodos

  Nombre Descripción
Método publico DiscoverDependencies(array<Urn> [] () [] [], DependencyType) (Se hereda de DependencyWalker).
Método publico DiscoverDependencies(array<Urn> [] () [] [], Boolean) (Se hereda de DependencyWalker).
Método publico 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. (Se hereda de DependencyWalker).
Método publico 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. (Se hereda de DependencyWalker).
Método publico 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. (Se hereda de DependencyWalker).
Método publico 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. (Se hereda de DependencyWalker).
Método publicoMiembro estático EnumDependencies Returns an enumerated list that includes the specified object and child or parent dependencies.
Método publico EnumScript(array<Urn> [] () [] [])
Método publico EnumScript(array<SqlSmoObject> [] () [] []) Returns an IEnumerable<script> object that contains a script.
Método publico EnumScript(UrnCollection) Returns an IEnumerable <script> interface.
Método publico EnumScriptWithList(array<Urn> [] () [] [])
Método publico EnumScriptWithList(DependencyCollection) Creates a linear Transact-SQL script based on a dependency collection.
Método publico EnumScriptWithList(array<SqlSmoObject> [] () [] []) Creates a linear Transact-SQL script based on an array of SqlSmoObjects.
Método publico EnumScriptWithList(UrnCollection) Creates a linear Transact-SQL script based on a URN collection.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método protegido GetServerObject Returns the Server object that represents the instance of SQL Server on which the dependency discovery operation is running. (Se hereda de DependencyWalker).
Método publico GetType (Se hereda de Object).
Método protegido Init Initializes the Scripter object.
Método protegido MemberwiseClone (Se hereda de Object).
Método publico Script(array<Urn> [] () [] [])
Método publico Script(array<SqlSmoObject> [] () [] []) Generates Transact-SQL scripts that can be used to re-create a list of objects.
Método publico Script(UrnCollection) Creates a Transact-SQL script for a set of objects that are specified with a Urn object collection.
Método publico ScriptWithList(array<Urn> [] () [] [])
Método publico ScriptWithList(DependencyCollection) Creates linear Transact-SQL scripts for a DependencyCollection object. 
Método publico ScriptWithList(array<SqlSmoObject> [] () [] []) Creates linear Transact-SQL scripts for an array of SqlSmoObject objects. 
Método publico ScriptWithList(UrnCollection) Creates linear Transact-SQL scripts for a UrnCollection object. 
Método publico ToString (Se hereda de Object).
Método publico WalkDependencies Creates a linear list of objects and their dependencies from a specified DependencyTree object. (Se hereda de DependencyWalker).

Principio

Propiedades

  Nombre Descripción
Propiedad protegida DependencyTree Gets or sets a server Dependency Tree. (Se hereda de DependencyWalker).
Propiedad pública FilterCallbackFunction Gets or sets the scripting options that allow URNs to be filtered out while running the DiscoverDependencies method. (Se hereda de DependencyWalker).
Propiedad protegida KnownObjectsList Gets or sets a list of all known objects in a server. (Se hereda de DependencyWalker).
Propiedad pública Options Gets or sets the scripting options for the Scripter object and all the scripting operations on the instance of SQL Server.
Propiedad pública PrefetchObjects Gets or sets the Boolean property value that specifies whether the objects are loaded before scripting operations, or only as they are required.
Propiedad pública Server Gets or sets the instance of Microsoft SQL Server that the DependencyWalker tool object is associated with. (Se hereda de DependencyWalker).
Propiedad protegida Total (Se hereda de DependencyWalker).
Propiedad protegida TotalCount Gets or set the count of objects discovered by a Dependency Walker. (Se hereda de DependencyWalker).

Principio

Eventos

  Nombre Descripción
Evento público DiscoveryProgress Raises an event at intervals and reports progress on the DiscoveryProgress method. (Se hereda de DependencyWalker).
Evento público ScriptingError Raises an event when an error occurs during a scripting operation.
Evento público ScriptingProgress Raises an event to receive information about the progress of the scripting operation.

Principio