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 a generation identifier, which uniquely identifies the metadata generation.
Namespace: Microsoft.SqlServer.XEvent
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
Syntax
'Declaration
ReadOnly Property GenerationId As KeyValuePair(Of Guid, UShort)
Get
'Usage
Dim instance As IMetadataGeneration
Dim value As KeyValuePair(Of Guid, UShort)
value = instance.GenerationId
KeyValuePair<Guid, ushort> GenerationId { get; }
property KeyValuePair<Guid, unsigned short> GenerationId {
KeyValuePair<Guid, unsigned short> get ();
}
abstract GenerationId : KeyValuePair<Guid, uint16>
function get GenerationId () : KeyValuePair<Guid, ushort>
Property Value
Type: System.Collections.Generic.KeyValuePair<Guid, UInt16>
A unique identifier for the generation.