IEventProvider<T>.RetrieveEvent(EventLocator) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
열거 지점을 변경하지 않고 지정한 이벤트 위치에서 이벤트를 가져옵니다.
public:
T RetrieveEvent(Microsoft::SqlServer::XEvent::Linq::EventLocator ^ eventLocation);
public T RetrieveEvent (Microsoft.SqlServer.XEvent.Linq.EventLocator eventLocation);
abstract member RetrieveEvent : Microsoft.SqlServer.XEvent.Linq.EventLocator -> 'T
Public Function RetrieveEvent (eventLocation As EventLocator) As T
매개 변수
- eventLocation
- EventLocator
이벤트 공급자에서 이전에 가져온 이벤트 위치 개체입니다. 이벤트 위치는 PublishedEvent 개체의 Location 속성에서 가져옵니다.
반환
T
지정된 위치에서 가져온 게시된 이벤트입니다.
설명
요청된 위치를 더 이상 사용할 수 없는 경우 이 메서드가 throw할 수 있습니다.