Share via


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)

Usage

'Usage
Dim instance As StatusInfo
Dim value As Uri

value = instance.BlobUri

instance.BlobUri = value

Syntax

'Declaration
Public Property BlobUri As Uri
public Uri BlobUri { get; set; }
public:
property Uri^ BlobUri {
    Uri^ get ();
    void set (Uri^ value);
}
/** @property */
public Uri get_BlobUri ()

/** @property */
public void set_BlobUri (Uri value)
public function get BlobUri () : Uri

public function set BlobUri (value : Uri)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

StatusInfo Class
StatusInfo Members
Microsoft.WindowsAzure.Management.Sql.Models Namespace