DataSource.CreateNew method

Creates a data source that is initialized with a random GUID.

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

Syntax

'Declaration
Public Shared Function CreateNew As DataSource
'Usage
Dim returnValue As DataSource

returnValue = DataSource.CreateNew()
public static DataSource CreateNew()

Return value

Type: Microsoft.PerformancePoint.Scorecards.DataSource
A new data source that is initialized with a random GUID.

Remarks

See the SPDataStore.CreateDataSource(String, DataSource) method for a code example that uses this method.

See also

Reference

DataSource class

DataSource members

Microsoft.PerformancePoint.Scorecards namespace