DacGetStatusParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the parameters that are needed to retrieve the status of an Azure SQL Database import or export operation.
public class DacGetStatusParameters
type DacGetStatusParameters = class
Public Class DacGetStatusParameters
- Inheritance
-
DacGetStatusParameters
Constructors
DacGetStatusParameters() |
Initializes a new instance of the DacGetStatusParameters class. |
Properties
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. |
Applies to
Azure SDK for .NET