Share via


AliasInfoCollection-Klasse

Gilt für: PerformancePoint-Dienste für SharePoint Server, Enterprise-Version
Stellt eine Auflistung von AliasInfo -Objekten dar.

Vererbungshierarchie

System.Object
  System.Collections.ObjectModel.Collection<AliasInfo>
    System.Collections.ObjectModel.KeyedCollection<String, AliasInfo>
      Microsoft.PerformancePoint.Scorecards.AliasInfoCollection

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class AliasInfoCollection _
    Inherits KeyedCollection(Of String, AliasInfo) _
    Implements IEquatable(Of AliasInfoCollection), IDiffable
'Usage
Dim instance As AliasInfoCollection
[SerializableAttribute]
public class AliasInfoCollection : KeyedCollection<string, AliasInfo>, 
    IEquatable<AliasInfoCollection>, IDiffable

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

AliasInfoCollection-Member

Microsoft.PerformancePoint.Scorecards-Namespace