Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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
'Declaration
Public Interface ISerializationStartCallback
'Usage
Dim instance As ISerializationStartCallback
public interface ISerializationStartCallback
public interface class ISerializationStartCallback
type ISerializationStartCallback = interface end
public interface ISerializationStartCallback
The ISerializationStartCallback type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
OnSerializationBegin | Infrastructure. Runs when the entire object graph has started the serialization. |
Top
.gif)