Share via


DataSource.IsNativeFCO Method

Determines whether this data source is a native PerformancePoint Services data source.

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

Syntax

'Declaration
Public Shared Function IsNativeFCO ( _
    subTypeId As String _
) As Boolean
'Usage
Dim subTypeId As String
Dim returnValue As Boolean

returnValue = DataSource.IsNativeFCO(subTypeId)
public static bool IsNativeFCO(
    string subTypeId
)

Parameters

Return Value

Type: System.Boolean
true if this data source is a native data source; otherwise false.

See Also

Reference

DataSource Class

DataSource Members

Microsoft.PerformancePoint.Scorecards Namespace