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.
Specifies the deserialization start callback.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.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
The IDeserializationStartCallback type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
OnDeserializationBegin | Infrastructure. Indicates the start of the deserialization. |
Top