DacImportOptions Class

SQL Server 2014
 

Updated: April 20, 2017

Defines options that affect the behavior of package import to a database.

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

System::Object
  Microsoft.SqlServer.Dac::DacImportOptions

public ref class DacImportOptions sealed 

NameDescription
System_CAPS_pubmethodDacImportOptions()

Construct a new instance of the DacImportOptions class.

NameDescription
System_CAPS_pubpropertyCommandTimeout

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

System_CAPS_pubpropertyDatabaseSpecification

Defines optional parameters specific to a Microsoft Azure SQL Database.

System_CAPS_pubpropertyImportContributorArguments

Specifies additional deployment contributor arguments.

System_CAPS_pubpropertyImportContributors

Specifies additional deployment contributors which should run.

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: