IBIMonitoringStore.CreateIndicator-Methode
Speichert ein Objekt Indikator als Inhaltstyp in einer SharePoint-Liste.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Function CreateIndicator ( _
listUrl As String, _
newElement As Indicator _
) As Indicator
'Usage
Dim instance As IBIMonitoringStore
Dim listUrl As String
Dim newElement As Indicator
Dim returnValue As Indicator
returnValue = instance.CreateIndicator(listUrl, _
newElement)
Indicator CreateIndicator(
string listUrl,
Indicator newElement
)
Parameter
listUrl
Typ: System.StringDie serverrelative URL der SharePoint-Liste um das Objekt zu speichern. Beispiel: /BI Center/Lists/PerformancePoint Content.
newElement
Typ: IndicatorDer Indikator-Objekt zu speichern, das einen Wert für die erforderliche Name -Eigenschaft gibt an.
Rückgabewert
Typ: Indicator
Das neue Objekt.