Scripter Constructor (Server)
Initializes a new instance of the Scripter class on the specified instance of SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Sub New ( _
svr As Server _
)
'Uso
Dim svr As Server
Dim instance As New Scripter(svr)
public Scripter(
Server svr
)
public:
Scripter(
Server^ svr
)
new :
svr:Server -> Scripter
public function Scripter(
svr : Server
)
Parámetros
- svr
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .Server
A Server object that specifies the instance of SQL Server on which to run the scripting services.
Vea también