DacExtractOptions Class

Defines options that affect the behavior of package extraction.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dac.DacExtractOptions

Namespace:  Microsoft.SqlServer.Dac
Assembly:  Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)

Syntax

'Declaration
Public NotInheritable Class DacExtractOptions
'Usage
Dim instance As DacExtractOptions
public sealed class DacExtractOptions
public ref class DacExtractOptions sealed
[<SealedAttribute>]
type DacExtractOptions =  class end
public final class DacExtractOptions

The DacExtractOptions type exposes the following members.

Constructors

  Name Description
Public method DacExtractOptions Construct a new instance of the DacExtractOptions class.

Top

Properties

  Name Description
Public property ExtractAllTableData Get or set boolean that specifies whether data for all user tables will be extracted.
Public property ExtractApplicationScopedObjectsOnly Get or set boolean that specifies the scope of objects extracted from the source.
Public property ExtractReferencedServerScopedElements Get or set boolean that specifies whether server-scoped elements referenced by the source should be extracted.
Public property IgnoreExtendedProperties Get or set boolean that specifies whether extended properties should be ignored.
Public property IgnorePermissions Get or set boolean that specifies whether permissions should be ignored.
Public property IgnoreUserLoginMappings Get or set boolean that specifies whether mappings between users and logins should be extracted from the source.
Public property Storage Get the type of backing storage for the schema model used during extraction.
Public property VerifyExtraction Get or set boolean that specifies whether the extracted package should be verified.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Dac Namespace