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 module identifier of the package.
Namespace: Microsoft.SqlServer.XEvent
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
Syntax
'Declaration
ReadOnly Property ModuleId As Guid
Get
'Usage
Dim instance As IPackage
Dim value As Guid
value = instance.ModuleId
Guid ModuleId { get; }
property Guid ModuleId {
Guid get ();
}
abstract ModuleId : Guid
function get ModuleId () : Guid
Property Value
Type: System.Guid
The module identifier of the package.