Класс BacPackage

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

Иерархия наследования

System.Object
  Microsoft.SqlServer.Dac.BacPackage

Пространство имен:  Microsoft.SqlServer.Dac
Сборка:  Microsoft.SqlServer.Dac (в Microsoft.SqlServer.Dac.dll)

Синтаксис

'Декларация
Public NotInheritable Class BacPackage _
    Implements IDisposable
'Применение
Dim instance As BacPackage
public sealed class BacPackage : IDisposable
public ref class BacPackage sealed : IDisposable
[<SealedAttribute>]
type BacPackage =  
    class 
        interface IDisposable 
    end
public final class BacPackage implements IDisposable

Тип BacPackage обеспечивает доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод Dispose Release the resources held by this instance.
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый методСтатический элемент Load(Stream) Load a package from the specified Stream.
Открытый методСтатический элемент Load(String) Load a package file specified by fileName.
Открытый методСтатический элемент Load(Stream, DacSchemaModelStorageType) Loads a package from the specified Stream.
Открытый методСтатический элемент Load(String, DacSchemaModelStorageType) Loads a package file specified by fileName.
Открытый метод ToString (Производный от Object.)
Открытый метод Unpack Place the contents of this package into the directory specified by directoryPath.

В начало

Методы расширения

  Имя Описание
Открытый метод расширения GetCollationString Gets the collation associated with the specified package. (Определено DacExtensions.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dac