SPDataStore.IsInTrustedLocation - Méthode

Indique si un emplacement est un emplacement approuvé.

Espace de noms :  Microsoft.PerformancePoint.Scorecards.Store
Assembly :  Microsoft.PerformancePoint.Scorecards.Store (dans Microsoft.PerformancePoint.Scorecards.Store.dll)

Syntaxe

'Déclaration
Public Function IsInTrustedLocation ( _
    trustType As TrustedFileType, _
    locationToExamine As RepositoryLocation _
) As Boolean
'Utilisation
Dim instance As SPDataStore
Dim trustType As TrustedFileType
Dim locationToExamine As RepositoryLocation
Dim returnValue As Boolean

returnValue = instance.IsInTrustedLocation(trustType, _
    locationToExamine)
public bool IsInTrustedLocation(
    TrustedFileType trustType,
    RepositoryLocation locationToExamine
)

Paramètres

  • trustType
    Type : Microsoft.PerformancePoint.Scorecards.TrustedFileType

    Le type d'objet qui contient l'emplacement : Content ou DataSource. Content est utilisé pour les tableaux de bord, les filtres, indicateurs, indicateurs de performance clés (KPI), des rapports et des cartes de performance.

Valeur renvoyée

Type : System.Boolean
true si l'emplacement est configuré comme un emplacement approuvé ; dans le cas contraire false.

Voir aussi

Référence

SPDataStore classe

SPDataStore - Membres

Microsoft.PerformancePoint.Scorecards.Store - Espace de noms