Freigeben über


ScorecardBeginPointsUpdateUtil.GetConnectionDataBlobForPath-Methode

Erstellt das ConnectionData -Objekt, das an den Endpunkt senden, enthält die Zelle-Kontextinformationen

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Shared Sub GetConnectionDataBlobForPath ( _
    gridViewData As GridViewData, _
    cellPath As String, _
    ByRef cellData As String, _
    ByRef cellDisplayData As String _
)
'Usage
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
)

Parameter

  • cellDisplayData
    Typ: System.String

    Der Anzeigetext für die Zelle.

Siehe auch

Referenz

ScorecardBeginPointsUpdateUtil Klasse

ScorecardBeginPointsUpdateUtil-Member

Microsoft.PerformancePoint.Scorecards-Namespace