IDataSourceMetadata.GetServerVersion method (Boolean)

Gets the major version of the server and disables logging events.

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

Syntax

'Declaration
Function GetServerVersion ( _
    logEvents As Boolean _
) As Integer
'Usage
Dim instance As IDataSourceMetadata
Dim logEvents As Boolean
Dim returnValue As Integer

returnValue = instance.GetServerVersion(logEvents)
int GetServerVersion(
    bool logEvents
)

Parameters

  • logEvents
    Type: System.Boolean

    true to log events; otherwise, false.

Return value

Type: System.Int32

See also

Reference

IDataSourceMetadata interface

IDataSourceMetadata members

GetServerVersion overload

Microsoft.PerformancePoint.Scorecards namespace