BackupLocation Constructor (String, String)

 

Applies To: SQL Server (starting with 2016)

Initializes a new instance of the BackupLocation class, specifying the file name and the data source name.

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

Syntax

public BackupLocation(
    string file,
    string dataSourceId
)
public:
BackupLocation(
    String^ file,
    String^ dataSourceId
)
new : 
        file:string *
        dataSourceId:string -> BackupLocation
Public Sub New (
    file As String,
    dataSourceId As String
)

Parameters

See Also

BackupLocation Overload
BackupLocation Class
Microsoft.AnalysisServices Namespace

Return to top