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.StringThe server-relative URL of the SharePoint document library to save the object to. Example: /BI Center/Data Connections for PerformancePoint.
dataSource
Type: Microsoft.PerformancePoint.Scorecards.DataSourceThe data source object to save, which specifies a value for the required SubTypeId and Name property.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.DataSource
The new object.