ISerializationStartCallback.OnSerializationBegin 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.

Runs when the entire object graph has started the serialization.

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

Syntax

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

Parameters

  • sender
    Type: System.Object

    The object that initiated the callback.

See Also

ISerializationStartCallback Interface
Microsoft.DataWarehouse.Serialization Namespace

Return to top