This topic has not yet been rated - Rate this topic

BacPackage Class

SQL Server 2012

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

System.Object
  Microsoft.SqlServer.Dac.BacPackage

Namespace:  Microsoft.SqlServer.Dac
Assembly:  Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
public sealed class BacPackage : IDisposable

The BacPackage type exposes the following members.

  NameDescription
Public methodDispose Release the resources held by this instance.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberLoad(Stream) Load a package from the specified Stream.
Public methodStatic memberLoad(String) Load a package file specified by fileName.
Public methodStatic memberLoad(Stream, DacSchemaModelStorageType)Loads a package from the specified Stream.
Public methodStatic memberLoad(String, DacSchemaModelStorageType)Loads a package file specified by fileName.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodUnpack Place the contents of this package into the directory specified by directoryPath.
Top
  NameDescription
Public Extension MethodGetCollationStringGets the collation associated with the specified package. (Defined by DacExtensions.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.