Freigeben über


TrustedLocationCollection-Klasse

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

Diese API ist nicht CLS-kompatibel. 

Vererbungshierarchie

System.Object
  Microsoft.SharePoint.Administration.SPPersistedObjectCollection<TrustedLocation>
    Microsoft.SharePoint.Administration.SPPersistedChildCollection<TrustedLocation>
      Microsoft.PerformancePoint.Scorecards.TrustedLocationCollection

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

Syntax

'Declaration
<SerializableAttribute> _
<CLSCompliantAttribute(False)> _
Public Class TrustedLocationCollection _
    Inherits SPPersistedChildCollection(Of TrustedLocation)
'Usage
Dim instance As TrustedLocationCollection
[SerializableAttribute]
[CLSCompliantAttribute(false)]
public class TrustedLocationCollection : SPPersistedChildCollection<TrustedLocation>

Threadsicherheit

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

Siehe auch

Referenz

TrustedLocationCollection-Member

Microsoft.PerformancePoint.Scorecards-Namespace