IPackage.PackageId Property

Gets the package identifier.

Namespace:  Microsoft.SqlServer.XEvent
Assembly:  Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)

Syntax

'Declaration
ReadOnly Property PackageId As Guid 
    Get
'Usage
Dim instance As IPackage 
Dim value As Guid 

value = instance.PackageId
Guid PackageId { get; }
property Guid PackageId {
    Guid get ();
}
abstract PackageId : Guid
function get PackageId () : Guid

Property Value

Type: System.Guid
The package.

See Also

Reference

IPackage Interface

Microsoft.SqlServer.XEvent Namespace