Install メソッド (DacType)
名前空間: Microsoft.SqlServer.Management.Dac
アセンブリ: Microsoft.SqlServer.Management.Dac (Microsoft.SqlServer.Management.Dac.dll)
構文
'宣言
Public Function Install ( _
dacType As DacType _
) As DacInstance
'使用
Dim instance As DacStore
Dim dacType As DacType
Dim returnValue As DacInstance
returnValue = instance.Install(dacType)
public DacInstance Install(
DacType dacType
)
public:
DacInstance^ Install(
DacType^ dacType
)
member Install :
dacType:DacType -> DacInstance
public function Install(
dacType : DacType
) : DacInstance
パラメーター
- dacType
型: Microsoft.SqlServer.Management.Dac. . :: . .DacType
DAC インスタンス内に作成される DAC 要素を指定する DacType オブジェクトです。
戻り値
型: Microsoft.SqlServer.Management.Dac. . :: . .DacInstance
新しく作成された DAC インスタンスの DacInstance オブジェクトです。