Share via


IFirstClassObjectDao.Delete Method

Permanently deletes a temporary first class object (FCO) from the back-end database.

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

Syntax

'Declaration
Sub Delete ( _
    guid As Guid, _
    fcoObjectType As FirstClassObjectType _
)
'Usage
Dim instance As IFirstClassObjectDao
Dim guid As Guid
Dim fcoObjectType As FirstClassObjectType

instance.Delete(guid, fcoObjectType)
void Delete(
    Guid guid,
    FirstClassObjectType fcoObjectType
)

Parameters

  • guid
    Type: System.Guid

    The GUID of the object to delete.

See Also

Reference

IFirstClassObjectDao Interface

IFirstClassObjectDao Members

Microsoft.PerformancePoint.Scorecards Namespace