Udostępnij za pośrednictwem


Konstruktor DacServerInformation

Inicjuje nowe wystąpienie DacServerInformation klasy podłączony do określonego wystąpienia aparatu bazy danych.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Dac
Zestaw:  Microsoft.SqlServer.Management.Dac (w Microsoft.SqlServer.Management.Dac.dll)

Składnia

'Deklaracja
Public Sub New ( _
    server As Server _
)
'Użycie
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
)

Parametry