CubePerspectiveNamedSets Property |
Gets the named sets.
Namespace:
Dundas.BI.Entities.CubePerspectives
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public IReadOnlyCollection<OlapNamedSet> NamedSets { get; }
Public ReadOnly Property NamedSets As IReadOnlyCollection(Of OlapNamedSet)
Get
public:
virtual property IReadOnlyCollection<OlapNamedSet^>^ NamedSets {
IReadOnlyCollection<OlapNamedSet^>^ get () sealed;
}
abstract NamedSets : IReadOnlyCollection<OlapNamedSet> with get
override NamedSets : IReadOnlyCollection<OlapNamedSet> with get
Property Value
Type:
IReadOnlyCollectionOlapNamedSetImplements
IOlapCubeNamedSetsSee Also