Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the BackupLocation class, specifying the file name and the data source name.
Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntaxe
'Déclaration
Public Sub New ( _
file As String, _
dataSourceId As String _
)
public BackupLocation (
string file,
string dataSourceId
)
public:
BackupLocation (
String^ file,
String^ dataSourceId
)
public BackupLocation (
String file,
String dataSourceId
)
public function BackupLocation (
file : String,
dataSourceId : String
)
Paramètres
- file
- dataSourceId
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
BackupLocation Class
BackupLocation Members
Microsoft.AnalysisServices Namespace