DacExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides extensions for interacting with DAC packages represented by DacPackage or BacPackage instances.
public static class DacExtensions
type DacExtensions = class
Public Module DacExtensions
- Inheritance
-
DacExtensions
Methods
GetCollationString(BacPackage) |
Returns the database collation for the package. |
GetCollationString(DacPackage) |
Returns the database collation for the package. |
IsLedgerOn(BacPackage) | |
IsLedgerOn(DacPackage) | |
SetServiceLogSetting(DacServices, String, Object) |
Configures a logging setting on the supplied DacServices instance. |
SetServiceSetting(DacServices, String, Object) |
Configures a setting on the supplied DacServices instance. |