RemoteProviderMetadataMaximumParameterValueCount Property |
Gets the maximum number of parameter values the provider is able to support.
Namespace:
Dundas.BI.Data.DataProviders.Gateway
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public int? MaximumParameterValueCount { get; }
Public ReadOnly Property MaximumParameterValueCount As Integer?
Get
public:
property Nullable<int> MaximumParameterValueCount {
Nullable<int> get ();
}
member MaximumParameterValueCount : Nullable<int> with get
Property Value
Type:
NullableInt32See Also