Share via


RepositoryLocation.TempFcoGuid property

Gets the GUID of the item if it is a temporary object.

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

Syntax

'Declaration
Public ReadOnly Property TempFcoGuid As Guid
    Get
'Usage
Dim instance As RepositoryLocation
Dim value As Guid

value = instance.TempFcoGuid
public Guid TempFcoGuid { get; }

Property value

Type: System.Guid
The GUID of the item (content type) if it is a temporary object.

Remarks

Temporary objects are analytic chart and grid reports that are stored in a database to temporarily retain a record of the navigation operations that were performed in the report. Entries are made into this table when the system renders views due to navigation operations such as drilling down on a member.

See also

Reference

RepositoryLocation class

RepositoryLocation members

Microsoft.PerformancePoint.Scorecards namespace