ISerializationStartCallback Interface

 

Applies To: SQL Server 2016 Preview

Defines that a class to be notified when serialization of the entire object graph has been started.

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

Syntax

public interface ISerializationStartCallback
public interface class ISerializationStartCallback
type ISerializationStartCallback = interface end
Public Interface ISerializationStartCallback

Methods

Name Description
System_CAPS_pubmethod OnSerializationBegin(Object)

Runs when the entire object graph has started the serialization.

See Also

Microsoft.DataWarehouse.Serialization Namespace

Return to top