This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.SqlServer.
Summary
Contains functionality to deal with DAC functionality from SQL Server: create and restore BACPAC files;
create and restore DACPAC files
- Assembly
- Cake
.SqlServer .dll - Namespace
- Cake
.SqlServer - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["DacAliases"]
class Type type-node
Syntax
public static class DacAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
CreateBacpacFile |
void |
Creates a bacpac file for easy database backuping.
static
|
ExtractDacpacFile |
void |
Extracts a dacpac file to a database package.
static
|
PublishDacpacFile |
void |
Publish a dacpac file to a database.
static
|
RestoreBacpac |
void |
Restores a bacpac file into a database.
NB: there must be no database with the name you provide. Otherwise exception will be thrown. static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|