ActionName Enumeration

The ActionName enumeration lists the names of each possible action step.

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

'Declaration
Public Enumeration ActionName
'Usage
Dim instance As ActionName
public enum ActionName
public enum class ActionName
type ActionName
public enum ActionName

Members

Member name Description
None This is the default value. No action step is specified.
ValidateUpgrade The action step is to validate that the step to upgrade a DAC was successful.
PrepareSystemTables The action step is to prepare the system tables for deployment.
CreateLogin The action step is to create the login.
CreateDatabase The action step is to create the database.
CreateDatabaseObjects The action step is to create database objects
RenameDatabase The action step is to rename the database.
SetDatabaseReadonly The action step is to set the database to readonly.
SetDatabaseReadWrite The action step is to set the database to allow updates.
RegisterDAC The action step is to register the DAC in msdb.
ScriptDACObjects The action step is to script DAC objects.
TransferData The action step is to transfer data from the source database to a destination database.
UninstallDatabase The action step is to uninstall (detach or drop) the database.
UnregisterDAC The action step is to unregister the DAC in msdb.
UpgradeDAC The action step is to upgrade a DAC.
UndoDatabaseReadonly The action step is to return to its original setting a database that a previous step set to readonly.
DisconnectUsers The action step is to disconnect users.
SqlScriptExecution The action step is to execute SQL script.
ExtractDac The action step is to extract Dac.
ExportBacpac The action step is to export bacpac.
ExportTable The action step is to export table.
PrepareImportTables The action step is to prepare import tables.
ImportBacpac The action step is to import bacpac.
ImportTable The action step is to import table.
FinalizeImportTables The action step is to finalize import tables.

See Also

Reference

Microsoft.SqlServer.Management.Dac Namespace