CustomAdomdDataSourceProvider.AccessMetadata method

Opens the cube to get the cube definition, and calls the callback function before the connection is returned to the connection pool.

Namespace:  Microsoft.PerformancePoint.Scorecards.Extensions
Assembly:  Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)

Syntax

'Declaration
Public MustOverride Sub AccessMetadata ( _
    callback As MetadataCallback _
)
'Usage
Dim instance As CustomAdomdDataSourceProvider
Dim callback As MetadataCallback

instance.AccessMetadata(callback)
public abstract void AccessMetadata(
    MetadataCallback callback
)

Parameters

Remarks

This gives the called object a chance to work with the cube definition object before it is disconnected from the connection.

See also

Reference

CustomAdomdDataSourceProvider class

CustomAdomdDataSourceProvider members

Microsoft.PerformancePoint.Scorecards.Extensions namespace