BackupLocation Constructor (String, String)
Initializes a new instance of the BackupLocation class, specifying the file name and the data source name.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub New ( _
file As String, _
dataSourceId As String _
)
'Usage
Dim file As String
Dim dataSourceId As String
Dim instance As New BackupLocation(file, dataSourceId)
public BackupLocation(
string file,
string dataSourceId
)
public:
BackupLocation(
String^ file,
String^ dataSourceId
)
new :
file:string *
dataSourceId:string -> BackupLocation
public function BackupLocation(
file : String,
dataSourceId : String
)