다음을 통해 공유


DacExtractionUnit 클래스

The DacExtractionUnit class contains the information that must be extracted to a DAC type, such as server graphs and miscellaneous files.

상속 계층

System. . :: . .Object
  Microsoft.SqlServer.Management.Dac..::..DacExtractionUnit

네임스페이스:  Microsoft.SqlServer.Management.Dac
어셈블리:  Microsoft.SqlServer.Management.Dac(Microsoft.SqlServer.Management.Dac.dll)

구문

‘선언
Public Class DacExtractionUnit
‘사용 방법
Dim instance As DacExtractionUnit
public class DacExtractionUnit
public ref class DacExtractionUnit
type DacExtractionUnit =  class end
public class DacExtractionUnit

DacExtractionUnit 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 DacExtractionUnit(Server, String) Initializes a new instance of the DacExtractionUnit class that has the specified instance of the 데이터베이스 엔진 and the specified database to be extracted.
공용 메서드 DacExtractionUnit(Server, String, String, Version) Initializes a new instance of the DacExtractionUnit class that has the specified instance of the 데이터베이스 엔진 and the specified database to be extracted, along with the type name and version to be applied.

맨 위로 이동

속성

  이름 설명
공용 속성 Description Gets or sets the description of the DAC package.
공용 속성 ExtractionObjectsCount Gets the number of objects affected by the extraction.
공용 속성 MiscellaneousFiles Gets or sets the collection of miscellaneous files associated with the DAC type.
공용 속성 TargetSelectionPolicy Gets or sets the server selection policy placed in the DAC type.
공용 속성 TypeName Gets or sets the name of the DAC type.
공용 속성 Version Gets or sets the DAC type version.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 Extract Extracts the object defintions from the database, compiles them into a DAC type in a DAC package, and then returns the result of the extraction.
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 Register Extracts the object definitions from the database, compiles them into a DAC type, registers the type in a DAC instance, and then returns the result of the registration.
공용 메서드 ToString (Object에서 상속됨)
공용 메서드 ValidateDatabaseObjects Returns the result of validating the database that is being extracted to DAC.

맨 위로 이동

이벤트

  이름 설명
공용 이벤트 DatabaseObjectValidated Indicates that the Database object has been validated.

맨 위로 이동

주의

Using the DacExtractionUnit class, you can:

  • Validate the database objects.

  • Extract objects into the DAC type.

Thread Safety

이 유형의 모든 public static(Microsoft Visual Basic의 경우 공유) 멤버는 다중 스레드 작업을 수행하기에 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

스레드 보안

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