DacGetStatusParameters Class

 

Represents the parameters that are needed to retrieve the status of an Azure SQL Database import or 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.DacGetStatusParameters

Public Class DacGetStatusParameters

NameDescription
System_CAPS_pubmethodDacGetStatusParameters()

Initializes a new instance of the DacGetStatusParameters class.

NameDescription
System_CAPS_pubpropertyPassword

Required. Gets or sets the password for the Azure SQL Database server where the import or export operation is occurring.

System_CAPS_pubpropertyRequestId

Required. Gets or sets the Id for the import or export operation of which to query the status.

System_CAPS_pubpropertyServerName

Required. Gets or sets the fully qualified name of the Azure SQL Database server where the import or export operation is occurring.

System_CAPS_pubpropertyUserName

Required. Gets or sets the username for the Azure SQL Database server where the import or export operation is occurring.

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: