Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the package this event was produced from.
Namespace: Microsoft.SqlServer.XEvent.Linq
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
Syntax
'Declaration
Public ReadOnly Property Package As IPackage
Get
'Usage
Dim instance As PublishedEvent
Dim value As IPackage
value = instance.Package
public IPackage Package { get; }
public:
property IPackage^ Package {
IPackage^ get ();
}
member Package : IPackage
function get Package () : IPackage
Property Value
Type: Microsoft.SqlServer.XEvent.IPackage
The package this event was produces from.