Sdílet prostřednictvím


IEventMetadata.Version Property

Gets the version of the event.

Namespace:  Microsoft.SqlServer.XEvent
Assembly:  Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)

Syntax

'Declaration
ReadOnly Property Version As Integer 
    Get
'Usage
Dim instance As IEventMetadata 
Dim value As Integer 

value = instance.Version
int Version { get; }
property int Version {
    int get ();
}
abstract Version : int
function get Version () : int

Property Value

Type: System.Int32
The version of the event.

See Also

Reference

IEventMetadata Interface

Microsoft.SqlServer.XEvent Namespace