Share via


Méthode IDeserializationStartCallback.OnDeserializationBegin

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Runs when the entire object graph has started the deserialization.

Espace de noms :  Microsoft.DataWarehouse.Serialization
Assembly :  Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)

Syntaxe

'Déclaration
Sub OnDeserializationBegin ( _
    sender As Object _
)
'Utilisation
Dim instance As IDeserializationStartCallback 
Dim sender As Object

instance.OnDeserializationBegin(sender)
void OnDeserializationBegin(
    Object sender
)
void OnDeserializationBegin(
    Object^ sender
)
abstract OnDeserializationBegin : 
        sender:Object -> unit
function OnDeserializationBegin(
    sender : Object
)

Paramètres

  • sender
    Type : System.Object
    The object that initiated the callback.

Voir aussi

Référence

IDeserializationStartCallback Interface

Espace de noms Microsoft.DataWarehouse.Serialization