BackupLocation Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.