DacServerInformation 构造函数

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

命名空间:  Microsoft.SqlServer.Management.Dac
程序集:  Microsoft.SqlServer.Management.Dac(在 Microsoft.SqlServer.Management.Dac.dll 中)

语法

声明
Public Sub New ( _
    server As Server _
)
用法
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
)

参数