Scripter Class
The Scripter object is the overall, top-level object for managing scripting operations.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Sintaxis
'Declaración
Public Class Scripter
Inherits DependencyWalker
public class Scripter : DependencyWalker
public ref class Scripter : public DependencyWalker
public class Scripter extends DependencyWalker
public class Scripter extends DependencyWalker
Notas
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.
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.
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.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Smo.DependencyWalker
Microsoft.SqlServer.Management.Smo.Scripter
Ejemplo
How to: Script Out the Dependencies for a Database in Visual Basic .NET
Seguridad para subprocesos
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
Scripter Members
Microsoft.SqlServer.Management.Smo Namespace