RestoreInfo.DbStorageLocation Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the database storage location.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public string DbStorageLocation { get; set; }
public:
property String^ DbStorageLocation {
    String^ get();
    void set(String^ value);
}
member DbStorageLocation : string with get, set
Public Property DbStorageLocation As String

Property Value

Type: System.String

The database storage location.

See Also

RestoreInfo Class
Microsoft.AnalysisServices Namespace

Return to top