DacServerInformation コンストラクター
指定されたデータベース エンジンのインスタンスに接続している、DacServerInformation クラスの新しいインスタンスを初期化します。
名前空間: 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
情報を提供するデータベース エンジンのインスタンスを示す Server オブジェクトです。