PublishedAction.Package Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the package this action was produced from.
public:
property Microsoft::SqlServer::XEvent::IPackage ^ Package { Microsoft::SqlServer::XEvent::IPackage ^ get(); };
public Microsoft.SqlServer.XEvent.IPackage Package { get; }
member this.Package : Microsoft.SqlServer.XEvent.IPackage
Public ReadOnly Property Package As IPackage
Property Value
Microsoft.SqlServer.XEvent.IPackage
The package this action was produced from.