Database.DbStorageLocation Property

 

Applies To: SQL Server 2016 Preview

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.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

See Also

Database Class
Microsoft.AnalysisServices Namespace

Return to top