DacExtractOptions Class
Updated: April 20, 2017
Defines options that affect the behavior of package extraction.
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
| Name | Description | |
|---|---|---|
![]() | DacExtractOptions() | Construct a new instance of the DacExtractOptions class. |
| Name | Description | |
|---|---|---|
![]() | CommandTimeout | Specifies the command timeout in seconds when executing queries against SQLServer. |
![]() | 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. |
![]() | ExtractUsageProperties | |
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

