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.