DacStore.Install Method (DacType)
Uses the specified DacType object to create a DAC instance in the instance of the Database Engine represented by the DacStore object.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Declaration
Public Function Install ( _
dacType As DacType _
) As DacInstance
'Usage
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
Parameters
- dacType
Type: Microsoft.SqlServer.Management.Dac.DacType
A DacType object that specifies the DAC elements to create in the DAC instance.
Return Value
Type: Microsoft.SqlServer.Management.Dac.DacInstance
A DacInstance object for the newly created DAC instance.