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
callback
Type: Microsoft.PerformancePoint.Scorecards.MetadataCallbackThe callback function.
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