TabularDataSourceProvider.GetServerVersion Method
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
Type: System.Int32
The server major version. Always returns 1.
Implements
IDataSourceMetadata.GetServerVersion()
See Also
Reference
TabularDataSourceProvider Class
TabularDataSourceProvider Members
Microsoft.PerformancePoint.Scorecards.DataSourceProviders Namespace