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
)
매개 변수
- server
유형: Microsoft.SqlServer.Management.Smo. . :: . .Server
A Server object specifying the instance of the Database Engine that provides the information.