ISerializationStartCallback-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Der ISerializationStartCallback-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode OnSerializationBegin Infrastruktur Runs when the entire object graph has started the serialization.

Zum Anfang

Siehe auch

Verweis

Microsoft.DataWarehouse.Serialization-Namespace