XEStore.ObjectMetadata Class

Provides helper methods over the metadata hierarchy objects.

Inheritance Hierarchy

Object
  Microsoft.SqlServer.Management.XEvent.XEStore.ObjectMetadata

Namespace:  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Syntax

'Declaration
Public Class ObjectMetadata
'Usage
Dim instance As XEStore.ObjectMetadata
public class ObjectMetadata
public ref class ObjectMetadata
type ObjectMetadata =  class end
public class ObjectMetadata

The XEStore.ObjectMetadata type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method Get<T> Returns the IXEObjectInfo matching the given name, if it exists and unique.
Public method GetAll<T> Returns a collection of the IXEObjectInfo matching the given package name.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Management.XEvent Namespace