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.
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 | |
---|---|---|
![]() |
Name | Gets the name of the object. |
![]() |
Package | Gets the IPackage that this object is exposed from. |
Top