IReportDataSource.GetPassthroughParameterValues 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 GetPassthroughParameterValues As IDictionary(Of String, String)
'Usage
Dim instance As IReportDataSource
Dim returnValue As IDictionary(Of String, String)

returnValue = instance.GetPassthroughParameterValues()
IDictionary<string, string> GetPassthroughParameterValues()

Return Value

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

See Also

Reference

IReportDataSource Interface

IReportDataSource Members

Microsoft.Office.Server.Monitoring.Reporting Namespace