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)

public:
property String^ Guid {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^
Return to top
Show: