IEventMetadata 인터페이스

Contains the metadata for an event that is defined in an event provider.

네임스페이스:  Microsoft.SqlServer.XEvent
어셈블리:  Microsoft.SqlServer.XEvent.Linq(Microsoft.SqlServer.XEvent.Linq.dll)

구문

‘선언
Public Interface IEventMetadata _
    Inherits IXEObjectMetadata
‘사용 방법
Dim instance As IEventMetadata
public interface IEventMetadata : IXEObjectMetadata
public interface class IEventMetadata : IXEObjectMetadata
type IEventMetadata =  
    interface 
        interface IXEObjectMetadata 
    end
public interface IEventMetadata extends IXEObjectMetadata

IEventMetadata 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 Fields Returns the collection of fields for an event.
공용 속성 Name Gets the name of the object. (IXEObjectMetadata에서 상속됨)
공용 속성 Package Gets the IPackage that this object is exposed from. (IXEObjectMetadata에서 상속됨)
공용 속성 UUID Gets the universally unique identifier for the event metadata.
공용 속성 Version Gets the version of the event.

맨 위로 이동

참고 항목

참조

Microsoft.SqlServer.XEvent 네임스페이스