IDeserializationStartCallback Interface

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

Indicates that a class is to be notified when deserialization of the entire object graph has been started.

Namespace:  Microsoft.DataWarehouse.Serialization
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
Public Interface IDeserializationStartCallback
'Usage
Dim instance As IDeserializationStartCallback
public interface IDeserializationStartCallback
public interface class IDeserializationStartCallback
type IDeserializationStartCallback =  interface end
public interface IDeserializationStartCallback

The IDeserializationStartCallback type exposes the following members.

Methods

  Name Description
Public method OnDeserializationBegin Runs when the entire object graph has started the deserialization.

Top

See Also

Reference

Microsoft.DataWarehouse.Serialization Namespace