IDeserializationStartCallback.OnDeserializationBegin 메서드

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Indicates the start of the deserialization.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Sub OnDeserializationBegin ( _
    sender As Object _
)
‘사용 방법
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
)

매개 변수

  • sender
    유형: System.Object
    The object that sends the response.

참고 항목

참조

IDeserializationStartCallback 인터페이스

Microsoft.AnalysisServices 네임스페이스