DataSource.IsGemini property

Gets a Boolean value that indicates whether the underlying data source for this data source is a Microsoft SQL Server PowerPivot for Excel data source.

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

Syntax

'Declaration
Public ReadOnly Property IsGemini As Boolean
    Get
'Usage
Dim instance As DataSource
Dim value As Boolean

value = instance.IsGemini
public bool IsGemini { get; }

Property value

Type: System.Boolean
true if this data source is a PowerPivot for Excel data source; otherwise false.

See also

Reference

DataSource class

DataSource members

Microsoft.PerformancePoint.Scorecards namespace