IDeserializationStartCallback.OnDeserializationBegin Method (Object)

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Indicates the start of the deserialization.

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

Syntax

void OnDeserializationBegin(
    object sender
)
void OnDeserializationBegin(
    Object^ sender
)
abstract OnDeserializationBegin : 
        sender:Object -> unit
Sub OnDeserializationBegin (
    sender As Object
)

Parameters

See Also

IDeserializationStartCallback Interface
Microsoft.AnalysisServices Namespace

Return to top