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 IPackage that this object is exposed from.
Namespace: Microsoft.SqlServer.XEvent
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
Syntax
'Declaration
ReadOnly Property Package As IPackage
Get
'Usage
Dim instance As IXEObjectMetadata
Dim value As IPackage
value = instance.Package
IPackage Package { get; }
property IPackage^ Package {
IPackage^ get ();
}
abstract Package : IPackage
function get Package () : IPackage
Property Value
Type: Microsoft.SqlServer.XEvent.IPackage
The IPackage that this object is exposed from.