Freigeben über


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.String

    Die serverrelative URL der SharePoint-Liste um das Objekt zu speichern. Beispiel: /BI Center/Lists/PerformancePoint Content.

  • newElement
    Typ: Indicator

    Der Indikator-Objekt zu speichern, das einen Wert für die erforderliche Name -Eigenschaft gibt an.

Rückgabewert

Typ: Indicator
Das neue Objekt.

Siehe auch

Referenz

IBIMonitoringStore Schnittstelle

IBIMonitoringStore-Member

Microsoft.PerformancePoint.Scorecards-Namespace