Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the singleton reference to the XEStore.ObjectMetadata.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
Public ReadOnly Property ObjectInfoSet As XEStore.ObjectMetadata
Get
'Usage
Dim instance As XEStore
Dim value As XEStore.ObjectMetadata
value = instance.ObjectInfoSet
public XEStore.ObjectMetadata ObjectInfoSet { get; }
public:
property XEStore.ObjectMetadata^ ObjectInfoSet {
XEStore.ObjectMetadata^ get ();
}
member ObjectInfoSet : XEStore.ObjectMetadata
function get ObjectInfoSet () : XEStore.ObjectMetadata
Property Value
Type: Microsoft.SqlServer.Management.XEvent.XEStore.ObjectMetadata
The singleton reference to the XEStore.ObjectMetadata.