ISPItemDao.Get-Methode (ISPFcoCache, Guid, RepositoryLocation, SPListItem)
Ruft ein Objekt der ersten Klasse (FCO) aus dem angegebenen SPListItem -Objekt ab.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Function Get ( _
cache As ISPFcoCache, _
webSiteID As Guid, _
location As RepositoryLocation, _
item As SPListItem _
) As FirstClassElement
'Usage
Dim instance As ISPItemDao
Dim cache As ISPFcoCache
Dim webSiteID As Guid
Dim location As RepositoryLocation
Dim item As SPListItem
Dim returnValue As FirstClassElement
returnValue = instance.Get(cache, webSiteID, _
location, item)
FirstClassElement Get(
ISPFcoCache cache,
Guid webSiteID,
RepositoryLocation location,
SPListItem item
)
Parameter
cache
Typ: Microsoft.PerformancePoint.Scorecards.ISPFcoCacheDie Cache-Management-Schnittstelle.
webSiteID
Typ: System.GuidDer Bezeichner für die Websitesammlung.
location
Typ: Microsoft.PerformancePoint.Scorecards.RepositoryLocationDie Position des Objekts im Repository.
item
Typ: Microsoft.SharePoint.SPListItemDas Element oder die Zeile zum Abrufen des Objekts aus.
Rückgabewert
Typ: Microsoft.PerformancePoint.Scorecards.FirstClassElement
Das angeforderte Objekt.