BaseXEStore::ObjectMetadata Class

 

Provides methods used to access information about the XEvent object.

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

System::Object
  Microsoft.SqlServer.Management.XEvent::BaseXEStore::ObjectMetadata

public ref class ObjectMetadata 

NameDescription
System_CAPS_pubmethodBaseXEStore::ObjectMetadata(BaseXEStore^)

Initializes a new instance of the BaseXEStore::ObjectMetadata class.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGet<T>(String^)

Gets the information for the specified object.

System_CAPS_pubmethodGetAll<T>(String^)

Gets all the information for the specified object.

System_CAPS_pubmethodGetAll<T>(String^, String^)

Gets all the information for the specified object.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: