Compartilhar 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