StatusInfo::BlobUri Property

 

Optional. Gets the URI of the DACPAC file being used that is stored in Azure Blob Storage. For import this is the DACPAC that is being imported. For export this is the destination for the resultant DACPAC file.

Namespace:   Microsoft.WindowsAzure.Management.Sql.Models
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

public:
property Uri^ BlobUri {
	Uri^ get();
	void set(Uri^ value);
}

Property Value

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