Espacio de nombres Microsoft.SqlServer.Dac

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 Explicar las aplicaciones de capa de datos.

Clases

  Clase Descripción
Clase pública BacPackage Representation of the artifact that contains the definition and data of a data-tier application.
Clase pública DacAzureDatabaseSpecification Defines optional parameters specific to a Windows Azure SQL Database.
Clase pública DacDataProgressMessage Data associated with an executing data operation to report status updates or errors related to progress.
Clase pública DacDeployOptions Defines options that affect the behavior of package deployment to a database.
Clase pública DacExceptionMessage Data associated with an error with exception information.
Clase pública DacExtractOptions Defines options that affect the behavior of package extraction.
Clase pública DacMessage Data associated with an executing operation to report status updates or errors.
Clase pública DacMessageEventArgs Data associated with event raised as an executing operation reports status updates or errors.
Clase pública DacOperationProgressMessage Progress message associated with the overall progress of a DAC operation.
Clase pública DacPackage Representation of the artifact that contains the definition of a data-tier application.
Clase pública DacPackageExtensions Proporciona métodos para manipular objetos DacPackage.Estos métodos funcionan sobre un DacPackage existente.
Clase pública DacProfile Contains settings related to a specific deployment configuration.
Clase pública DacProgressEventArgs Data associated with event raised as an executing operation completes individual steps of processing.
Clase pública DacRetryMessage Indicates that the DacFX API retried a command or connection due to a transient error returned by the server.
Clase pública DacServices Provides operations to create and consume DAC packages represented by DacPackage instances.
Clase pública DacServicesException Exception thrown for DAC service errors.
Clase pública PackageMetadata Metadata information that describes a package.
Clase pública PackageOptions Defines advanced options and additional artifacts for package creation.

Enumeraciones

  Enumeración Descripción
Enumeración pública DacAzureEdition List of possible editions for a Windows Azure SQL Database.
Enumeración pública DacMessageType Specifies the type (or severity) of message associated with a given event.
Enumeración pública DacOperationStatus Specifies the state of a service operation.
Enumeración pública DacSchemaModelStorageType Specifies the type of backing storage for a schema model.