MetadataCallback Delegate
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the callback function for the AccessMetadata(MetadataCallback) method.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Delegate Sub MetadataCallback ( _
cubeDef As CubeDef _
)
'Usage
Dim instance As New MetadataCallback(AddressOf HandlerMethod)
public delegate void MetadataCallback(
CubeDef cubeDef
)
Parameters
- cubeDef
Type: CubeDef
Remarks
MetadataCallback enables the called object to work with a cube definition before the connection is disconnected.