| Name | Description |
|---|
 | Deploy(DacPackage, String, Boolean, DacDeployOptions, Nullable(Of CancellationToken)) | Deploys the supplied package to a database. |
 | Equals(Object) | |
 | ExportBacpac(Stream, String, DacExportOptions, IEnumerable(Of Tuple(Of String, String)), Nullable(Of CancellationToken)) | Extract schema and export data from a database into a "bacpac" package. |
 | ExportBacpac(Stream, String, DacSchemaModelStorageType, IEnumerable(Of Tuple(Of String, String)), Nullable(Of CancellationToken)) | Extracts schema and exports data from a database into a "bacpac" package. |
 | ExportBacpac(Stream, String, IEnumerable(Of Tuple(Of String, String)), Nullable(Of CancellationToken)) | Extracts schema and exports data from a database into a "bacpac" package. |
 | ExportBacpac(String, String, DacExportOptions, IEnumerable(Of Tuple(Of String, String)), Nullable(Of CancellationToken)) | Extract schema and export data from a database into a "bacpac" package. |
 | ExportBacpac(String, String, DacSchemaModelStorageType, IEnumerable(Of Tuple(Of String, String)), Nullable(Of CancellationToken)) | Extracts schema and exports data from a database into a "bacpac" package. |
 | ExportBacpac(String, String, IEnumerable(Of Tuple(Of String, String)), Nullable(Of CancellationToken)) | Extracts schema and exports data from a database into a "bacpac" package. |
 | Extract(Stream, String, String, Version, String, IEnumerable(Of Tuple(Of String, String)), DacExtractOptions, Nullable(Of CancellationToken)) | Extracts the schema from a database into a package. |
 | Extract(String, String, String, Version, String, IEnumerable(Of Tuple(Of String, String)), DacExtractOptions, Nullable(Of CancellationToken)) | Extracts the schema from a database into a package. |
  | GenerateCreateScript(DacPackage, String, DacDeployOptions) | Creates a Transact-SQL script that can be used to deploy the schema of the supplied DacPackage to a database. |
  | GenerateCreateScript(Stream, DacPackage, String, DacDeployOptions) | Creates a Transact-SQL script that can be used to deploy the schema of the supplied DacPackage to a database. |
  | GenerateDeployReport(DacPackage, DacPackage, String, DacDeployOptions) | Creates an XML report of the steps needed to deploy the differences between the schemas of the supplied source and target DacPackage instances to a database. |
 | GenerateDeployReport(DacPackage, String, DacDeployOptions, Nullable(Of CancellationToken)) | Creates an XML report of the steps needed to deploy the schema of the supplied DacPackage to a database. |
  | GenerateDeployReport(Stream, DacPackage, DacPackage, String, DacDeployOptions) | Creates an XML report of the steps needed to deploy the differences between the schemas of the supplied source and target DacPackage instances to a database. |
  | GenerateDeployScript(DacPackage, DacPackage, String, DacDeployOptions) | Creates a Transact-SQL script that can be used to deploy the differences between the schemas of the supplied source and target DacPackage instances to a database. |
 | GenerateDeployScript(DacPackage, String, DacDeployOptions, Nullable(Of CancellationToken)) | Creates a Transact-SQL script that can be used to deploy the schema of the supplied DacPackage to a database. |
  | GenerateDeployScript(Stream, DacPackage, DacPackage, String, DacDeployOptions) | Creates a Transact-SQL script that can be used to deploy the differences between the schemas of the supplied source and target DacPackage instances to a database. |
 | GenerateDriftReport(String, DacSchemaModelStorageType, Nullable(Of CancellationToken)) | Creates an XML report of the drift that has occurred since the database was last registered. |
 | GenerateDriftReport(String, Nullable(Of CancellationToken)) | Creates an XML report of the drift that has occurred since the database was last registered. |
 | GetHashCode() | |
 | GetType() | |
 | ImportBacpac(BacPackage, String, DacAzureDatabaseSpecification, Nullable(Of CancellationToken)) | Deploys schema and imports table data from the supplied package to a database. |
 | ImportBacpac(BacPackage, String, DacImportOptions, Nullable(Of CancellationToken)) | Deploy schema and import table data from the supplied package to a database. |
 | ImportBacpac(BacPackage, String, Nullable(Of CancellationToken)) | Deploys schema and imports table data from the supplied package to a database. |
 | Publish(DacPackage, String, PublishOptions) | |
 | Register(String, DacSchemaModelStorageType, String, Version, String) | Adds DAC registration information for the specified target database. |
 | Register(String, String, Version, String) | Adds DAC registration information for the specified target database. |
  | Script(DacPackage, DacPackage, String, PublishOptions) | |
 | Script(DacPackage, String, PublishOptions) | |
 | ToString() | |
 | Unregister(String) | Removes DAC registration information for the specified target database. |