Propriedade do RDL IMetadataGeneration.GenerationId
Gets a generation identifier, which uniquely identifies the metadata generation.
Namespace: Microsoft.SqlServer.XEvent
Assembly: Microsoft.SqlServer.XEvent.Linq (em Microsoft.SqlServer.XEvent.Linq.dll)
Sintaxe
'Declaração
ReadOnly Property GenerationId As KeyValuePair(Of Guid, UShort)
Get
'Uso
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>
Valor da propriedade
Tipo: System.Collections.Generic.KeyValuePair<Guid, UInt16>
A unique identifier for the generation.