XEStore.ObjectMetadata Class
Provides helper methods over the metadata hierarchy objects.
Inheritance Hierarchy
System.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 | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
Get<T> | Returns the IXEObjectInfo matching the given name, if it exists and unique. | |
GetAll<T> | Returns a collection of the IXEObjectInfo matching the given package name. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.