DacGetStatusParameters Class
Represents the parameters that are needed to retrieve the status of an Azure SQL Database import or export operation.
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
| Name | Description | |
|---|---|---|
![]() | DacGetStatusParameters() | Initializes a new instance of the DacGetStatusParameters class. |
| Name | Description | |
|---|---|---|
![]() | Password | Required. Gets or sets the password for the Azure SQL Database server where the import or export operation is occurring. |
![]() | RequestId | Required. Gets or sets the Id for the import or export operation of which to query the status. |
![]() | ServerName | Required. Gets or sets the fully qualified name of the Azure SQL Database server where the import or export operation is occurring. |
![]() | UserName | Required. Gets or sets the username for the Azure SQL Database server where the import or export operation is occurring. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.


