TabularDataSourceProvider.GetServerVersion Method (Microsoft.PerformancePoint.Scorecards.DataSourceProviders)

Gets the major version of the server.

Namespace: Microsoft.PerformancePoint.Scorecards.DataSourceProviders
Assembly: Microsoft.PerformancePoint.Scorecards.DataSourceProviders.Standard (in microsoft.performancepoint.scorecards.datasourceproviders.standard.dll)

Syntax

'Declaration
Public Overrides Function GetServerVersion As Integer
'Usage
Dim instance As TabularDataSourceProvider
Dim returnValue As Integer

returnValue = instance.GetServerVersion
public override int GetServerVersion ()

Return Value

The server major version. Always returns 1.

See Also

Reference

TabularDataSourceProvider Class
TabularDataSourceProvider Members
Microsoft.PerformancePoint.Scorecards.DataSourceProviders Namespace