BIDataContainer.InUseProviderParameterNames Property

Gets the out-parameter names that are connected to a consumer.

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

Syntax

'Declaration
Public ReadOnly Property InUseProviderParameterNames As List(Of String)
    Get
'Usage
Dim instance As BIDataContainer
Dim value As List(Of String)

value = instance.InUseProviderParameterNames
public List<string> InUseProviderParameterNames { get; }

Property Value

Type: System.Collections.Generic.List<String>
The out-parameter names that are connected to a consumer.

See Also

Reference

BIDataContainer Class

BIDataContainer Members

Microsoft.PerformancePoint.Scorecards Namespace