BacPackage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, DacSchemaModelStorageType) |
Load a package from the specified Stream. |
Load(Stream) |
Load a package from the specified Stream. |
Load(String, DacSchemaModelStorageType) |
Load a package file specified by |
Load(String) |
Load a package file specified by |
Unpack(String) |
Place the contents of this package into the directory specified by |
Extension Methods
GetCollationString(BacPackage) |
Returns the database collation for the package. |
IsLedgerOn(BacPackage) |