DacExtractionUnit Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the DacExtractionUnit class used to extract a DAC type from a database and publish the type in a DAC package.
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 | |
---|---|---|
DacExtractionUnit(Server, String) | Initializes a new instance of the DacExtractionUnit class that has the specified instance of the Database Engine and the specified database to be extracted. | |
DacExtractionUnit(ServerConnection, String) | Specifies a new instance of the DacExtractionUnit class with specified server connection and database name. | |
DacExtractionUnit(Server, String, String, Version) | Initializes a new instance of the DacExtractionUnit class that has the specified instance of the Database Engine and the specified database to be extracted, along with the type name and version to be applied. |
Top