DacExtractOptions 클래스
Defines options that affect the behavior of package extraction.
상속 계층
System.Object
Microsoft.SqlServer.Dac.DacExtractOptions
네임스페이스: Microsoft.SqlServer.Dac
어셈블리: Microsoft.SqlServer.Dac(Microsoft.SqlServer.Dac.dll)
구문
‘선언
Public NotInheritable Class DacExtractOptions
‘사용 방법
Dim instance As DacExtractOptions
public sealed class DacExtractOptions
public ref class DacExtractOptions sealed
[<SealedAttribute>]
type DacExtractOptions = class end
public final class DacExtractOptions
DacExtractOptions 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
![]() |
DacExtractOptions | Construct a new instance of the DacExtractOptions class. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
![]() |
ExtractAllTableData | Get or set boolean that specifies whether data for all user tables will be extracted. |
![]() |
ExtractApplicationScopedObjectsOnly | Get or set boolean that specifies the scope of objects extracted from the source. |
![]() |
ExtractReferencedServerScopedElements | Get or set boolean that specifies whether server-scoped elements referenced by the source should be extracted. |
![]() |
IgnoreExtendedProperties | Get or set boolean that specifies whether extended properties should be ignored. |
![]() |
IgnorePermissions | Get or set boolean that specifies whether permissions should be ignored. |
![]() |
IgnoreUserLoginMappings | Get or set boolean that specifies whether mappings between users and logins should be extracted from the source. |
![]() |
Storage | Get the type of backing storage for the schema model used during extraction. |
![]() |
VerifyExtraction | Get or set boolean that specifies whether the extracted package should be verified. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
![]() |
Equals | (Object에서 상속됨) |
![]() |
GetHashCode | (Object에서 상속됨) |
![]() |
GetType | (Object에서 상속됨) |
![]() |
ToString | (Object에서 상속됨) |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.