IBIMonitoringStore.CreateDataSource method

Saves a data source object as a content type in a SharePoint list.

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

Syntax

'Declaration
Function CreateDataSource ( _
    listUrl As String, _
    dataSource As DataSource _
) As DataSource
'Usage
Dim instance As IBIMonitoringStore
Dim listUrl As String
Dim dataSource As DataSource
Dim returnValue As DataSource

returnValue = instance.CreateDataSource(listUrl, _
    dataSource)
DataSource CreateDataSource(
    string listUrl,
    DataSource dataSource
)

Parameters

  • listUrl
    Type: System.String

    The server-relative URL of the SharePoint document library to save the object to. Example: /BI Center/Data Connections for PerformancePoint.

Return value

Type: Microsoft.PerformancePoint.Scorecards.DataSource
The new object.

See also

Reference

IBIMonitoringStore interface

IBIMonitoringStore members

Microsoft.PerformancePoint.Scorecards namespace