DacpacAction Enum

Summary

Dacpac Action to used to deploy Database
Namespace
Cake.MsDeploy.Providers.MsDeployProviders
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph TD Base0["Enum"]-->Type Base1["ValueType"]-->Base0 Base2["object"]-->Base1 Interface0["IComparable"]-.->Type Interface1["IFormattable"]-.->Type Interface2["IConvertible"]-.->Type Type["DacpacAction"] class Type type-node

Syntax

public enum DacpacAction

Fields

Name Constant Value Summary
Deploy 0
static
Report 2
static
Script 1
static