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 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.