TimeIntervalSupportsSharedMembers Property |
Gets a value indicating whether this time interval supports shared members.
Namespace:
Dundas.BI.Data.TimeDimensionProviders
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public bool SupportsSharedMembers { get; }
Public ReadOnly Property SupportsSharedMembers As Boolean
Get
public:
property bool SupportsSharedMembers {
bool get ();
}
member SupportsSharedMembers : bool with get
Property Value
Type:
Boolean this time interval supports shared members; otherwise,
.
Remarks
Set to for week interval if it is possible that
week 53 and week 01 are really parts of the same week.
See Also