共用方式為


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 了解資料層應用程式.

類別

  類別 說明
公用類別 BacPackage Representation of the artifact that contains the definition and data of a data-tier application.
公用類別 DacAzureDatabaseSpecification Defines optional parameters specific to a Windows Azure SQL Database.
公用類別 DacDataProgressMessage Data associated with an executing data operation to report status updates or errors related to progress.
公用類別 DacDeployOptions Defines options that affect the behavior of package deployment to a database.
公用類別 DacExceptionMessage Data associated with an error with exception information.
公用類別 DacExtractOptions Defines options that affect the behavior of package extraction.
公用類別 DacMessage Data associated with an executing operation to report status updates or errors.
公用類別 DacMessageEventArgs Data associated with event raised as an executing operation reports status updates or errors.
公用類別 DacOperationProgressMessage Progress message associated with the overall progress of a DAC operation.
公用類別 DacPackage Representation of the artifact that contains the definition of a data-tier application.
公用類別 DacPackageExtensions 提供方法來支援 DacPackage 物件的操作。這些方法適用於現有的 DacPackage
公用類別 DacProfile Contains settings related to a specific deployment configuration.
公用類別 DacProgressEventArgs Data associated with event raised as an executing operation completes individual steps of processing.
公用類別 DacRetryMessage Indicates that the DacFX API retried a command or connection due to a transient error returned by the server.
公用類別 DacServices Provides operations to create and consume DAC packages represented by DacPackage instances.
公用類別 DacServicesException Exception thrown for DAC service errors.
公用類別 PackageMetadata Metadata information that describes a package.
公用類別 PackageOptions Defines advanced options and additional artifacts for package creation.

列舉

  列舉 說明
公用列舉 DacAzureEdition List of possible editions for a Windows Azure SQL Database.
公用列舉 DacMessageType Specifies the type (or severity) of message associated with a given event.
公用列舉 DacOperationStatus Specifies the state of a service operation.
公用列舉 DacSchemaModelStorageType Specifies the type of backing storage for a schema model.