RestoreInfo.DatabaseName Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the DatabaseName aspect for a RestoreInfo object.

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

Syntax

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

Property Value

Type: System.String

The database name.

See Also

RestoreInfo Class
Microsoft.AnalysisServices Namespace

Return to top