DacExportOptions Class

SQL Server 2014
 

Updated: April 20, 2017

Defines options that affect the behavior of package export from a database.

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

System::Object
  Microsoft.SqlServer.Dac::DacExportOptions

public ref class DacExportOptions sealed 

NameDescription
System_CAPS_pubmethodDacExportOptions()

Construct a new instance of the DacExportOptions class.

NameDescription
System_CAPS_pubpropertyCommandTimeout

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

System_CAPS_pubpropertyStorage

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

System_CAPS_pubpropertyTargetEngineVersion

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.

System_CAPS_pubpropertyVerifyFullTextDocumentTypesSupported

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top

Community Additions

ADD
Show: