DacImportExportResponse.Guid Property
Optional. Gets or sets a unique identifier for an import or export operation. Use this identifier for querying the status of the import or export operation with GetStatus.
Namespace: Microsoft.WindowsAzure.Management.Sql.Models
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Syntax
public string Guid { get; set; }
public:
property String^ Guid {
String^ get();
void set(String^ value);
}
member Guid : string with get, set
Public Property Guid As String
Property Value
Type: System.String
See Also
DacImportExportResponse Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace
Return to top