Элементы Scripter

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

Тип Scripter предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод 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.

В начало

Методы

  Имя Описание
Открытый метод DiscoverDependencies(array<Urn> [] () [] [], DependencyType) (Наследуется из DependencyWalker.)
Открытый метод DiscoverDependencies(array<Urn> [] () [] [], Boolean) (Наследуется из 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. (Наследуется из 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. (Наследуется из 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. (Наследуется из 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. (Наследуется из 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 (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode (Наследуется из Object.)
Защищенный метод GetServerObject Returns the Server object that represents the instance of SQL Server on which the dependency discovery operation is running. (Наследуется из DependencyWalker.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод Init Initializes the Scripter object.
Защищенный метод MemberwiseClone (Наследуется из 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 (Наследуется из Object.)
Открытый метод WalkDependencies Creates a linear list of objects and their dependencies from a specified DependencyTree object. (Наследуется из DependencyWalker.)

В начало

Свойства

  Имя Описание
Защищенное свойство DependencyTree Gets or sets a server Dependency Tree. (Наследуется из DependencyWalker.)
Открытое свойство FilterCallbackFunction Gets or sets the scripting options that allow URNs to be filtered out while running the DiscoverDependencies method. (Наследуется из DependencyWalker.)
Защищенное свойство KnownObjectsList Gets or sets a list of all known objects in a server. (Наследуется из 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. (Наследуется из DependencyWalker.)
Защищенное свойство Total (Наследуется из DependencyWalker.)
Защищенное свойство TotalCount Gets or set the count of objects discovered by a Dependency Walker. (Наследуется из DependencyWalker.)

В начало

События

  Имя Описание
Открытое событие DiscoveryProgress Raises an event at intervals and reports progress on the DiscoveryProgress method. (Наследуется из 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.

В начало