ScorecardBeginPointsUpdateUtil.GetConnectionDataBlobForPath - Méthode

Les versions de l'objet vers le point de terminaison ConnectionData , contient toutes les informations de contexte de cellule

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

Syntaxe

'Déclaration
Public Shared Sub GetConnectionDataBlobForPath ( _
    gridViewData As GridViewData, _
    cellPath As String, _
    ByRef cellData As String, _
    ByRef cellDisplayData As String _
)
'Utilisation
Dim gridViewData As GridViewData
Dim cellPath As String
Dim cellData As String
Dim cellDisplayData As StringScorecardBeginPointsUpdateUtil.GetConnectionDataBlobForPath(gridViewData, _
    cellPath, cellData, cellDisplayData)
public static void GetConnectionDataBlobForPath(
    GridViewData gridViewData,
    string cellPath,
    ref string cellData,
    ref string cellDisplayData
)

Paramètres

  • cellPath
    Type : System.String

    Le chemin d'accès de la cellule sélectionnée.

  • cellDisplayData
    Type : System.String

    Le texte d'affichage de la cellule.

Voir aussi

Référence

ScorecardBeginPointsUpdateUtil classe

ScorecardBeginPointsUpdateUtil - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms