Compartir a través de


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

Ejemplos

Scripting