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 package this action 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 PublishedAction
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 action was produced from.