Compartir a través de


DacServerInformation Constructor

Initializes a new instance of the DacServerInformation class connected to a specified instance of the Database Engine.

Espacio de nombres:  Microsoft.SqlServer.Management.Dac
Ensamblado:  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Sintaxis

'Declaración
Public Sub New ( _
    server As Server _
)
'Uso
Dim server As Server

Dim instance As New DacServerInformation(server)
public DacServerInformation(
    Server server
)
public:
DacServerInformation(
    Server^ server
)
new : 
        server:Server -> DacServerInformation
public function DacServerInformation(
    server : Server
)

Parámetros