Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the major version of the server.
Namespace: Microsoft.PerformancePoint.Scorecards.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)
Syntax
'Declaration
Public Overridable Function GetServerVersion As Integer
'Usage
Dim instance As CustomDataSourceProvider
Dim returnValue As Integer
returnValue = instance.GetServerVersion()
public virtual int GetServerVersion()
Return Value
Type: System.Int32
The major version of the server.
Implements
IDataSourceMetadata.GetServerVersion()
See Also
Reference
CustomDataSourceProvider Class