DacStore.Install Method
Include Protected Members
Include Inherited Members
Creates a DAC instance in the DAC store by using the specified DAC type.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Install(DacType) | Uses the specified DacType object to create a DAC instance in the instance of the Database Engine represented by the DacStore object. | |
Install(DacType, DatabaseDeploymentProperties, Boolean) | Uses the specified DacType object to create a DAC instance in the instance of the Database Engine represented by the DacStore object. |
Top