共用方式為


IMetadataGeneration.GenerationId 屬性

Gets a generation identifier, which uniquely identifies the metadata generation.

命名空間:  Microsoft.SqlServer.XEvent
組件:  Microsoft.SqlServer.XEvent.Linq (在 Microsoft.SqlServer.XEvent.Linq.dll 中)

語法

'宣告
ReadOnly Property GenerationId As KeyValuePair(Of Guid, UShort)
    Get
'用途
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>

屬性值

型別:System.Collections.Generic.KeyValuePair<Guid, UInt16>
A unique identifier for the generation.

請參閱

參考

IMetadataGeneration 介面

Microsoft.SqlServer.XEvent 命名空間