DacExtractOptions Properties

 

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

Properties

Name Description
System_CAPS_pubproperty CommandTimeout

Specifies the command timeout in seconds when executing queries against SQLServer.

System_CAPS_pubproperty ExtractAllTableData

Get or set boolean that specifies whether data for all user tables will be extracted.

System_CAPS_pubproperty ExtractApplicationScopedObjectsOnly

Get or set boolean that specifies the scope of objects extracted from the source.

System_CAPS_pubproperty ExtractReferencedServerScopedElements

Get or set boolean that specifies whether server-scoped elements referenced by the source should be extracted.

System_CAPS_pubproperty IgnoreExtendedProperties

Get or set boolean that specifies whether extended properties should be ignored.

System_CAPS_pubproperty IgnorePermissions

Get or set boolean that specifies whether permissions should be ignored.

System_CAPS_pubproperty IgnoreUserLoginMappings

Get or set boolean that specifies whether mappings between users and logins should be extracted from the source.

System_CAPS_pubproperty Storage

Get the type of backing storage for the schema model used during extraction.

System_CAPS_pubproperty VerifyExtraction

Get or set boolean that specifies whether the extracted package should be verified.

See Also

DacExtractOptions Class
Microsoft.SqlServer.Dac Namespace

Return to top