Classe Scripter

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

Hierarquia de herança

System. . :: . .Object
  Microsoft.SqlServer.Management.Smo. . :: . .DependencyWalker
    Microsoft.SqlServer.Management.Smo..::..Scripter

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Class Scripter _
    Inherits DependencyWalker
'Uso
Dim instance As Scripter
public class Scripter : DependencyWalker
public ref class Scripter : public DependencyWalker
type Scripter =  
    class
        inherit DependencyWalker
    end
public class Scripter extends DependencyWalker

O tipo Scripter expõe os membros a seguir.

Construtores

  Nome Descrição
Método público Scripter() () () () Initializes a new instance of the Scripter class.
Método público Scripter(Server) Initializes a new instance of the Scripter class on the specified instance of SQL Server.

Início

Propriedades

  Nome Descrição
Propriedade protegida DependencyTree Gets or sets a server Dependency Tree. (Herdado de DependencyWalker.)
Propriedade pública FilterCallbackFunction Gets or sets the scripting options that allow URNs to be filtered out while running the DiscoverDependencies method. (Herdado de DependencyWalker.)
Propriedade protegida KnownObjectsList Gets or sets a list of all known objects in a server. (Herdado de DependencyWalker.)
Propriedade pública Options Gets or sets the scripting options for the Scripter object and all the scripting operations on the instance of SQL Server.
Propriedade 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.
Propriedade pública Server Gets or sets the instance of Microsoft SQL Server that the DependencyWalker tool object is associated with. (Herdado de DependencyWalker.)
Propriedade protegida Total Gets or sets the number of objects that have been processed by the DependencyWalker()()()() object. (Herdado de DependencyWalker.)
Propriedade protegida TotalCount Gets or set the count of objects discovered by a Dependency Walker. (Herdado de DependencyWalker.)

Início

Métodos

  Nome Descrição
Método público 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.)
Método público 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.)
Método público DiscoverDependencies(array<Urn> [] () [] [], DependencyType) Creates a hierarchical object tree that represents the parent- or child-dependent relationships for a specified Urn array of SQL Server objects on the instance of SQL Server. (Herdado de DependencyWalker.)
Método público DiscoverDependencies(array<Urn> [] () [] [], Boolean) Creates a hierarchical object tree that represents the parent- or child-dependent relationships for a specified Urn array of SQL Server objects on the instance of SQL Server. (Herdado de DependencyWalker.)
Método público 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.)
Método público 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.)
Método públicoMembro estático EnumDependencies Returns an enumerated list that includes the specified object and child or parent dependencies.
Método público EnumScript(array<SqlSmoObject> [] () [] []) Returns an IEnumerable<script> object that contains a script.
Método público EnumScript(array<Urn> [] () [] []) Returns an IEnumerable <script> interface.
Método público EnumScript(UrnCollection) Returns an IEnumerable <script> interface.
Método público EnumScriptWithList(DependencyCollection) Creates a linear Transact-SQL script based on a dependency collection.
Método público EnumScriptWithList(array<SqlSmoObject> [] () [] []) Creates a linear Transact-SQL script based on an array of SqlSmoObjects.
Método público EnumScriptWithList(array<Urn> [] () [] []) Creates a linear Transact-SQL script that is based on an array of URNs.
Método público EnumScriptWithList(UrnCollection) Creates a linear Transact-SQL script based on a URN collection.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado 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. (Herdado de DependencyWalker.)
Método público GetType (Herdado de Object.)
Método protegido Init Initializes the Scripter object.
Método protegido MemberwiseClone (Herdado de Object.)
Método público Script(array<SqlSmoObject> [] () [] []) Generates Transact-SQL scripts that can be used to re-create a list of objects.
Método público Script(array<Urn> [] () [] []) Creates a Transact-SQL script for a set of objects that are specified with an array of Urn objects.
Método público Script(UrnCollection) Creates a Transact-SQL script for a set of objects that are specified with a Urn object collection.
Método público ScriptWithList(DependencyCollection) Creates linear Transact-SQL scripts for a DependencyCollection object. 
Método público ScriptWithList(array<SqlSmoObject> [] () [] []) Creates linear Transact-SQL scripts for an array of SqlSmoObject objects. 
Método público ScriptWithList(array<Urn> [] () [] []) Creates linear Transact-SQL scripts for an array of Urn objects. 
Método público ScriptWithList(UrnCollection) Creates linear Transact-SQL scripts for a UrnCollection object. 
Método público ToString (Herdado de Object.)
Método público WalkDependencies Creates a linear list of objects and their dependencies from a specified DependencyTree object. (Herdado de DependencyWalker.)

Início

Eventos

  Nome Descrição
Evento público DiscoveryProgress Raises an event at intervals and reports progress on the DiscoveryProgress method. (Herdado 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.

Início

Comentários

The Scripter object allows programmatic access to scripting settings and is responsible for the following scripting functionality:

  • Finding dependencies.

  • Output script to memory and file.

  • Calling the instance objects to be scripted.

  • Managing context of a script operation, such as checking whether an object has already been scripted.

To get Scripter object properties, users can be a member of the public fixed server role.

To set Scripter object properties, users can be a member of the public fixed server role.

To run a script operation, users require permissions for the objects that are being scripted.

Thread Safety

Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.

Exemplos

Gerando scripts

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência