Share via


IReportDataSource.GetDataSources Method

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Server.Monitoring.Reporting
Assembly:  Microsoft.Office.Server.Monitoring (in Microsoft.Office.Server.Monitoring.dll)

Syntax

'Declaration
Function GetDataSources ( _
    parameterValues As IDictionary(Of String, String) _
) As IDictionary(Of String, Object)
'Usage
Dim instance As IReportDataSource
Dim parameterValues As IDictionary(Of String, String)
Dim returnValue As IDictionary(Of String, Object)

returnValue = instance.GetDataSources(parameterValues)
IDictionary<string, Object> GetDataSources(
    IDictionary<string, string> parameterValues
)

Parameters

Return Value

Type: System.Collections.Generic.IDictionary<String, Object>
Returns IDictionary<TKey, TValue>.

See Also

Reference

IReportDataSource Interface

IReportDataSource Members

Microsoft.Office.Server.Monitoring.Reporting Namespace