BacPackage Class

Definition

Representation of the artifact that contains the definition and data of a data-tier application.

public sealed class BacPackage : IDisposable
type BacPackage = class
    interface IDisposable
Public NotInheritable Class BacPackage
Implements IDisposable
Inheritance
BacPackage
Implements

Methods

Dispose()

Release the resources held by this instance.

Load(Stream)

Load a package from the specified Stream.

Load(Stream, DacSchemaModelStorageType)

Load a package from the specified Stream.

Load(String)

Load a package file specified by fileName.

Load(String, DacSchemaModelStorageType)

Load a package file specified by fileName.

Unpack(String)

Place the contents of this package into the directory specified by directoryPath.

Extension Methods

GetCollationString(BacPackage)

Returns the database collation for the package.

IsLedgerOn(BacPackage)

Applies to