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
gridViewData
Typ: Microsoft.PerformancePoint.Scorecards.GridViewDataDie Scorecard Laufzeitobjekt.
cellPath
Typ: System.StringDer Pfad der ausgewählten Zelle.
cellData
Typ: System.StringDas serialisierte ConnectionData -Objekt.
cellDisplayData
Typ: System.StringDer Anzeigetext für die Zelle.
Siehe auch
Referenz
ScorecardBeginPointsUpdateUtil Klasse