Membros Scripter
The Scripter object is the overall, top-level object for managing scripting operations.
O tipo Scripter expõe os seguintes membros.
Construtores
Nome | Descrição | |
---|---|---|
Scripter() () () () | Initializes a new instance of the Scripter class. | |
Scripter(Server) | Initializes a new instance of the Scripter class on the specified instance of SQL Server. |
Início
Métodos
Nome | Descrição | |
---|---|---|
DiscoverDependencies(array<Urn> [] () [] [], DependencyType) | (Herdado de DependencyWalker.) | |
DiscoverDependencies(array<Urn> [] () [] [], Boolean) | (Herdado de DependencyWalker.) | |
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. (Herdado de DependencyWalker.) | |
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. (Herdado de 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. (Herdado de 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. (Herdado de DependencyWalker.) | |
EnumDependencies | Returns an enumerated list that includes the specified object and child or parent dependencies. | |
EnumScript(array<Urn> [] () [] []) | ||
EnumScript(array<SqlSmoObject> [] () [] []) | Returns an IEnumerable<script> object that contains a script. | |
EnumScript(UrnCollection) | Returns an IEnumerable <script> interface. | |
EnumScriptWithList(array<Urn> [] () [] []) | ||
EnumScriptWithList(DependencyCollection) | Creates a linear Transact-SQL script based on a dependency collection. | |
EnumScriptWithList(array<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 | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetServerObject | Returns the Server object that represents the instance of SQL Server on which the dependency discovery operation is running. (Herdado de DependencyWalker.) | |
GetType | (Herdado de Object.) | |
Init | Initializes the Scripter object. | |
MemberwiseClone | (Herdado de Object.) | |
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. | |
ScriptWithList(array<Urn> [] () [] []) | ||
ScriptWithList(DependencyCollection) | Creates linear Transact-SQL scripts for a DependencyCollection object. | |
ScriptWithList(array<SqlSmoObject> [] () [] []) | Creates linear Transact-SQL scripts for an array of SqlSmoObject objects. | |
ScriptWithList(UrnCollection) | Creates linear Transact-SQL scripts for a UrnCollection object. | |
ToString | (Herdado de Object.) | |
WalkDependencies | Creates a linear list of objects and their dependencies from a specified DependencyTree object. (Herdado de DependencyWalker.) |
Início
Propriedades
Nome | Descrição | |
---|---|---|
DependencyTree | Gets or sets a server Dependency Tree. (Herdado de DependencyWalker.) | |
FilterCallbackFunction | Gets or sets the scripting options that allow URNs to be filtered out while running the DiscoverDependencies method. (Herdado de DependencyWalker.) | |
KnownObjectsList | Gets or sets a list of all known objects in a server. (Herdado de DependencyWalker.) | |
Options | Gets or sets the scripting options for the Scripter object and all the scripting operations on the instance of SQL Server. | |
PrefetchObjects | Gets or sets the Boolean property value that specifies whether the objects are loaded before scripting operations, or only as they are required. | |
Server | Gets or sets the instance of Microsoft SQL Server that the DependencyWalker tool object is associated with. (Herdado de DependencyWalker.) | |
Total | (Herdado de DependencyWalker.) | |
TotalCount | Gets or set the count of objects discovered by a Dependency Walker. (Herdado de DependencyWalker.) |
Início
Eventos
Nome | Descrição | |
---|---|---|
DiscoveryProgress | Raises an event at intervals and reports progress on the DiscoveryProgress method. (Herdado de DependencyWalker.) | |
ScriptingError | Raises an event when an error occurs during a scripting operation. | |
ScriptingProgress | Raises an event to receive information about the progress of the scripting operation. |
Início