DacExportParameters Class

 

Represents the parameters needed to initiate an Azure SQL Database Export operation.

Namespace:   Microsoft.WindowsAzure.Management.Sql.Models
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

System.Object
  Microsoft.WindowsAzure.Management.Sql.Models.DacExportParameters

Public Class DacExportParameters

NameDescription
System_CAPS_pubmethodDacExportParameters()

Initializes a new instance of the DacExportParameters class.

NameDescription
System_CAPS_pubpropertyBlobCredentials

Optional. Gets or sets the credentials information needed for setting where the DACPAC file will be exported to in Azure Blob Storage.

System_CAPS_pubpropertyConnectionInfo

Optional. Gets or sets the connection information needed for the Azure SQL Database.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(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
Show: