TimeIntelligenceProductionCollection Class (Microsoft.PerformancePoint.Scorecards)

A collection of Time Intelligence compiler productions

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<SerializableAttribute> _
<XmlIncludeAttribute(GetType(TimeIntelligenceSetProduction))> _
<XmlIncludeAttribute(GetType(TimeIntelligenceMdxMemberProduction))> _
<XmlIncludeAttribute(GetType(TimeIntelligenceMemberProduction))> _
<XmlIncludeAttribute(GetType(TimeIntelligenceTabularMemberProduction))> _
<XmlIncludeAttribute(GetType(TimeIntelligenceTabularSetProduction))> _
<XmlIncludeAttribute(GetType(TimeIntelligenceMdxSetProduction))> _
<XmlIncludeAttribute(GetType(TimeIntelligenceProduction))> _
Public Class TimeIntelligenceProductionCollection
    Inherits Collection(Of TimeIntelligenceProduction)
'Usage
Dim instance As TimeIntelligenceProductionCollection
[SerializableAttribute] 
[XmlIncludeAttribute(typeof(TimeIntelligenceSetProduction))] 
[XmlIncludeAttribute(typeof(TimeIntelligenceMdxMemberProduction))] 
[XmlIncludeAttribute(typeof(TimeIntelligenceMemberProduction))] 
[XmlIncludeAttribute(typeof(TimeIntelligenceTabularMemberProduction))] 
[XmlIncludeAttribute(typeof(TimeIntelligenceTabularSetProduction))] 
[XmlIncludeAttribute(typeof(TimeIntelligenceMdxSetProduction))] 
[XmlIncludeAttribute(typeof(TimeIntelligenceProduction))] 
public class TimeIntelligenceProductionCollection : Collection<TimeIntelligenceProduction>

Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection
    Microsoft.PerformancePoint.Scorecards.TimeIntelligenceProductionCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TimeIntelligenceProductionCollection Members
Microsoft.PerformancePoint.Scorecards Namespace