IFirstClassObjectDao.GetAllCurrent-Methode
Ruft alle temporären erster Klasse-Objekte (Ekas) des angegebenen Typs ab.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Function GetAllCurrent ( _
fcoObjectType As FirstClassObjectType _
) As ElementLinkCollection
'Usage
Dim instance As IFirstClassObjectDao
Dim fcoObjectType As FirstClassObjectType
Dim returnValue As ElementLinkCollection
returnValue = instance.GetAllCurrent(fcoObjectType)
ElementLinkCollection GetAllCurrent(
FirstClassObjectType fcoObjectType
)
Parameter
fcoObjectType
Typ: Microsoft.PerformancePoint.Scorecards.FirstClassObjectTypeDer Objekttyp.
Rückgabewert
Typ: ElementLinkCollection
Eine Auflistung von Links zu allen erster Klasse Objekte (Ekas) des angegebenen Typs.