DacServerInformation Constructor
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 (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Déclaration
Public Sub New ( _
server As Server _
)
'Utilisation
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
)
Parameters
- server
Type: Microsoft.SqlServer.Management.Smo.Server
A Server object specifying the instance of the Database Engine that provides the information.