DacExportOptions Class
Updated: April 20, 2017
Defines options that affect the behavior of package export from a database.
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
| Name | Description | |
|---|---|---|
![]() | DacExportOptions() | Construct a new instance of the DacExportOptions class. |
| Name | Description | |
|---|---|---|
![]() | CommandTimeout | Specifies the command timeout in seconds when executing queries against SQLServer. |
![]() | Storage | Get the type of backing storage for the schema model used during extraction. |
![]() | TargetEngineVersion | Specifies what the target engine version is expected to be. This is used during export to define the allowed engine version to validate against and whether the features of the database match the capabilities of that engine version. |
![]() | VerifyFullTextDocumentTypesSupported |
| 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.

