IDeserializationStartCallback-Schnittstelle

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

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

Der IDeserializationStartCallback-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode OnDeserializationBegin Runs when the entire object graph has started the deserialization.

Zum Anfang

Siehe auch

Verweis

Microsoft.DataWarehouse.Serialization-Namespace