Compartilhar via


Construtor DacServerInformation

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

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (em Microsoft.SqlServer.Management.Dac.dll)

Sintaxe

'Declaração
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