RestoreInfo Constructor (String)

 

Applies To: SQL Server (starting with 2016)

Initializes a new instance of RestoreInfo using file parameter.

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

Syntax

public RestoreInfo(
    string file
)
public:
RestoreInfo(
    String^ file
)
new : 
        file:string -> RestoreInfo
Public Sub New (
    file As String
)

Parameters

  • file
    Type: System.String

    Name of the file for which information is to be restored.

See Also

RestoreInfo Overload
RestoreInfo Class
Microsoft.AnalysisServices Namespace

Return to top