RelationalConnectionMetadataSupportedAggregators Property |
Gets the supported aggregators.
Namespace:
Dundas.BI.Data.DataProviders.Gateway
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic ICollection<ProviderAggregator> SupportedAggregators { get; }Public ReadOnly Property SupportedAggregators As ICollection(Of ProviderAggregator)
Get
public:
property ICollection<ProviderAggregator^>^ SupportedAggregators {
ICollection<ProviderAggregator^>^ get ();
}member SupportedAggregators : ICollection<ProviderAggregator> with get
Return Value
Type:
ICollectionProviderAggregatorThe list of supported aggregators.
See Also