IXEObjectMetadata Interface

Represents an object that exposed by a package.

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

Syntax

'Declaration
Public Interface IXEObjectMetadata
'Usage
Dim instance As IXEObjectMetadata
public interface IXEObjectMetadata
public interface class IXEObjectMetadata
type IXEObjectMetadata =  interface end
public interface IXEObjectMetadata

The IXEObjectMetadata type exposes the following members.

Properties

  Name Description
Public property Name Gets the name of the object.
Public property Package Gets the IPackage that this object is exposed from.

Top

See Also

Reference

Microsoft.SqlServer.XEvent Namespace