Share via


QueryResult.BuildDataSourceKey method

Builds a key for a data source.

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

Syntax

'Declaration
Public Shared Function BuildDataSourceKey ( _
    dataSourceLocation As RepositoryLocation _
) As String
'Usage
Dim dataSourceLocation As RepositoryLocation
Dim returnValue As String

returnValue = QueryResult.BuildDataSourceKey(dataSourceLocation)
public static string BuildDataSourceKey(
    RepositoryLocation dataSourceLocation
)

Parameters

Return value

Type: System.String
A key for a data source.

See also

Reference

QueryResult class

QueryResult members

Microsoft.PerformancePoint.Scorecards namespace