Share via


SPDataStore.ImportDashboard - Méthode

Importe un tableau de bord.

Espace de noms :  Microsoft.PerformancePoint.Scorecards.Store
Assembly :  Microsoft.PerformancePoint.Scorecards.Store (dans Microsoft.PerformancePoint.Scorecards.Store.dll)

Syntaxe

'Déclaration
Public Sub ImportDashboard ( _
    siteUrl As String, _
    filename As String, _
    locationMap As SerializableDictionary, _
    datasourceMap As SerializableDictionary, _
    masterPageUrl As String _
)
'Utilisation
Dim instance As SPDataStore
Dim siteUrl As String
Dim filename As String
Dim locationMap As SerializableDictionary
Dim datasourceMap As SerializableDictionary
Dim masterPageUrl As String

instance.ImportDashboard(siteUrl, filename, _
    locationMap, datasourceMap, masterPageUrl)
public void ImportDashboard(
    string siteUrl,
    string filename,
    SerializableDictionary locationMap,
    SerializableDictionary datasourceMap,
    string masterPageUrl
)

Paramètres

  • siteUrl
    Type : System.String

    L'URI du site racine importer. Exemple : https://servername (pas https://servername/BI Center)

  • filename
    Type : System.String

    L'URL du package de contenu à importer.

  • locationMap
    Type : SerializableDictionary

    Un dictionnaire des anciens vers les nouveaux emplacements de liste Importer.

  • datasourceMap
    Type : SerializableDictionary

    Un dictionnaire d'anciennes URL de source de données vers la nouvelle URL de source de données.

Implémentations

IBIMonitoringStore.ImportDashboard(String, String, SerializableDictionary, SerializableDictionary, String)

Voir aussi

Référence

SPDataStore classe

SPDataStore - Membres

Microsoft.PerformancePoint.Scorecards.Store - Espace de noms