Microsoft.SqlServer.Dac-Namespace

This namespace provides classes you can use in your code to perform operations on DACPAC and BACPAC packages.  These packages can be extracted and exported from existing databases or used to deploy and import new databases. DAPCAC packages can also be used to upgrade an existing database.

See also Grundlegendes zu Datenebenenanwendungen.

Klassen

  Klasse Beschreibung
Öffentliche Klasse BacPackage Representation of the artifact that contains the definition and data of a data-tier application.
Öffentliche Klasse DacAzureDatabaseSpecification Defines optional parameters specific to a Windows Azure SQL Database.
Öffentliche Klasse DacDataProgressMessage Data associated with an executing data operation to report status updates or errors related to progress.
Öffentliche Klasse DacDeployOptions Defines options that affect the behavior of package deployment to a database.
Öffentliche Klasse DacExceptionMessage Data associated with an error with exception information.
Öffentliche Klasse DacExtractOptions Defines options that affect the behavior of package extraction.
Öffentliche Klasse DacMessage Data associated with an executing operation to report status updates or errors.
Öffentliche Klasse DacMessageEventArgs Data associated with event raised as an executing operation reports status updates or errors.
Öffentliche Klasse DacOperationProgressMessage Progress message associated with the overall progress of a DAC operation.
Öffentliche Klasse DacPackage Representation of the artifact that contains the definition of a data-tier application.
Öffentliche Klasse DacPackageExtensions Stellt Methoden bereit, die das Bearbeiten von DacPackage-Objekten unterstützen.Diese Methoden funktionieren für ein vorhandenes DacPackage.
Öffentliche Klasse DacProfile Contains settings related to a specific deployment configuration.
Öffentliche Klasse DacProgressEventArgs Data associated with event raised as an executing operation completes individual steps of processing.
Öffentliche Klasse DacRetryMessage Indicates that the DacFX API retried a command or connection due to a transient error returned by the server.
Öffentliche Klasse DacServices Provides operations to create and consume DAC packages represented by DacPackage instances.
Öffentliche Klasse DacServicesException Exception thrown for DAC service errors.
Öffentliche Klasse PackageMetadata Metadata information that describes a package.
Öffentliche Klasse PackageOptions Defines advanced options and additional artifacts for package creation.

Enumerationen

  Enumeration Beschreibung
Öffentliche Enumeration DacAzureEdition List of possible editions for a Windows Azure SQL Database.
Öffentliche Enumeration DacMessageType Specifies the type (or severity) of message associated with a given event.
Öffentliche Enumeration DacOperationStatus Specifies the state of a service operation.
Öffentliche Enumeration DacSchemaModelStorageType Specifies the type of backing storage for a schema model.