Classe Scripter

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

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Class Scripter _
    Inherits DependencyWalker
'Utilisation
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

Le type Scripter expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique Scripter() () () () Initializes a new instance of the Scripter class.
Méthode publique Scripter(Server) Initializes a new instance of the Scripter class on the specified instance of SQL Server.

Haut de la page

Propriétés

  Nom Description
Propriété protégée DependencyTree Gets or sets a server Dependency Tree. (hérité de DependencyWalker.)
Propriété publique FilterCallbackFunction Gets or sets the scripting options that allow URNs to be filtered out while running the DiscoverDependencies method. (hérité de DependencyWalker.)
Propriété protégée KnownObjectsList Gets or sets a list of all known objects in a server. (hérité de DependencyWalker.)
Propriété publique Options Gets or sets the scripting options for the Scripter object and all the scripting operations on the instance of SQL Server.
Propriété publique PrefetchObjects Gets or sets the Boolean property value that specifies whether the objects are loaded before scripting operations, or only as they are required.
Propriété publique Server Gets or sets the instance of Microsoft SQL Server that the DependencyWalker tool object is associated with. (hérité de DependencyWalker.)
Propriété protégée Total Gets or sets the number of objects that have been processed by the DependencyWalker()()()() object. (hérité de DependencyWalker.)
Propriété protégée TotalCount Gets or set the count of objects discovered by a Dependency Walker. (hérité de DependencyWalker.)

Haut de la page

Méthodes

  Nom Description
Méthode publique 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. (hérité de DependencyWalker.)
Méthode publique 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. (hérité de DependencyWalker.)
Méthode publique 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. (hérité de DependencyWalker.)
Méthode publique 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. (hérité de DependencyWalker.)
Méthode publique 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. (hérité de DependencyWalker.)
Méthode publique 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. (hérité de DependencyWalker.)
Méthode publiqueMembre statique EnumDependencies Returns an enumerated list that includes the specified object and child or parent dependencies.
Méthode publique EnumScript(array<SqlSmoObject> [] () [] []) Returns an IEnumerable<script> object that contains a script.
Méthode publique EnumScript(array<Urn> [] () [] []) Returns an IEnumerable <script> interface.
Méthode publique EnumScript(UrnCollection) Returns an IEnumerable <script> interface.
Méthode publique EnumScriptWithList(DependencyCollection) Creates a linear Transact-SQL script based on a dependency collection.
Méthode publique EnumScriptWithList(array<SqlSmoObject> [] () [] []) Creates a linear Transact-SQL script based on an array of SqlSmoObjects.
Méthode publique EnumScriptWithList(array<Urn> [] () [] []) Creates a linear Transact-SQL script that is based on an array of URNs.
Méthode publique EnumScriptWithList(UrnCollection) Creates a linear Transact-SQL script based on a URN collection.
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode protégée GetServerObject Returns the Server object that represents the instance of SQL Server on which the dependency discovery operation is running. (hérité de DependencyWalker.)
Méthode publique GetType (hérité de Object.)
Méthode protégée Init Initializes the Scripter object.
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique Script(array<SqlSmoObject> [] () [] []) Generates Transact-SQL scripts that can be used to re-create a list of objects.
Méthode publique Script(array<Urn> [] () [] []) Creates a Transact-SQL script for a set of objects that are specified with an array of Urn objects.
Méthode publique Script(UrnCollection) Creates a Transact-SQL script for a set of objects that are specified with a Urn object collection.
Méthode publique ScriptWithList(DependencyCollection) Creates linear Transact-SQL scripts for a DependencyCollection object. 
Méthode publique ScriptWithList(array<SqlSmoObject> [] () [] []) Creates linear Transact-SQL scripts for an array of SqlSmoObject objects. 
Méthode publique ScriptWithList(array<Urn> [] () [] []) Creates linear Transact-SQL scripts for an array of Urn objects. 
Méthode publique ScriptWithList(UrnCollection) Creates linear Transact-SQL scripts for a UrnCollection object. 
Méthode publique ToString (hérité de Object.)
Méthode publique WalkDependencies Creates a linear list of objects and their dependencies from a specified DependencyTree object. (hérité de DependencyWalker.)

Haut de la page

Événements

  Nom Description
Événement public DiscoveryProgress Raises an event at intervals and reports progress on the DiscoveryProgress method. (hérité de DependencyWalker.)
Événement public ScriptingError Raises an event when an error occurs during a scripting operation.
Événement public ScriptingProgress Raises an event to receive information about the progress of the scripting operation.

Haut de la page

Notes

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

Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.