다음을 통해 공유


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

참고 항목

참조

Microsoft.SqlServer.Dac 네임스페이스