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.