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
dataSourceLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the data source in the repository.
Return Value
Type: System.String
A key for a data source.