次の方法で共有


Install メソッド (DacType)

指定した DacType オブジェクトを使用して、DacStore オブジェクトが表すデータベース エンジンのインスタンスに DAC インスタンスを作成します。

名前空間:  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

パラメーター

戻り値

型: Microsoft.SqlServer.Management.Dac. . :: . .DacInstance
新しく作成された DAC インスタンスの DacInstance オブジェクトです。