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.
Indicates the start of the deserialization.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.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 sends the response.