MajorObject.IDeserializationCallback.OnDeserialization Method

Runs when the entire object graph has been deserialized.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

C#
void IDeserializationCallback.OnDeserialization(
    Object sender
)

Parameters

  • sender
    Type: System.Object
    The object that initiated the callback.

Implements

IDeserializationCallback.OnDeserialization(Object)

See Also

Reference

MajorObject Class

Microsoft.AnalysisServices Namespace