Freigeben über


FilterCollection-Klasse

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

Vererbungshierarchie

System.Object
  System.Collections.ObjectModel.Collection<Filter>
    System.Collections.ObjectModel.KeyedCollection<RepositoryLocation, Filter>
      Microsoft.PerformancePoint.Scorecards.FirstClassElementCollectionBase<FilterCollection, Filter>
        Microsoft.PerformancePoint.Scorecards.FilterCollection

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class FilterCollection _
    Inherits FirstClassElementCollectionBase(Of FilterCollection, Filter)
'Usage
Dim instance As FilterCollection
[SerializableAttribute]
public class FilterCollection : FirstClassElementCollectionBase<FilterCollection, Filter>

Threadsicherheit

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

Siehe auch

Referenz

FilterCollection-Member

Microsoft.PerformancePoint.Scorecards-Namespace