メタデータの生成を一意に識別する生成識別子を取得します。
名前空間: 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>
生成の一意識別子です。