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. |
맨 위로 이동
주의
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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.