Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
)
Parameters
- file
Type: System.String
- dataSourceId
Type: System.String