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에 의해 정의됨)

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Dac 네임스페이스