ConnectionContextHelper Class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Sets the user context on the current thread.

Inheritance Hierarchy

System.Object
  Microsoft.PerformancePoint.Scorecards.ServerCommon.ConnectionContextHelper

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

Syntax

'Declaration
Public Class ConnectionContextHelper _
    Implements IDisposable
'Usage
Dim instance As ConnectionContextHelper
public class ConnectionContextHelper : IDisposable

Remarks

The user context setting is based on the DataSource.ConnectionContext property.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ConnectionContextHelper Members

Microsoft.PerformancePoint.Scorecards.ServerCommon Namespace