BackupLocation Constructors

Definition

Overloads

BackupLocation()

Initializes a new instance of the BackupLocation class, using default values.

BackupLocation(String, String)

Initializes a new instance of the BackupLocation class, using the specifyed file name and data source identifier.

BackupLocation()

Initializes a new instance of the BackupLocation class, using default values.

public BackupLocation ();
Public Sub New ()

Applies to

BackupLocation(String, String)

Initializes a new instance of the BackupLocation class, using the specifyed file name and data source identifier.

public BackupLocation (string file, string dataSourceId);
new Microsoft.AnalysisServices.BackupLocation : string * string -> Microsoft.AnalysisServices.BackupLocation
Public Sub New (file As String, dataSourceId As String)

Parameters

file
String

The name of the backup file.

dataSourceId
String

The identifier of the data source.

Applies to