Compartilhar via


Propriedade do RDL IEventMetadata.Version

Gets the version of the event.

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

Sintaxe

'Declaração
ReadOnly Property Version As Integer 
    Get
'Uso
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

Valor da propriedade

Tipo: System.Int32
The version of the event.

Consulte também

Referência

IEventMetadata Interface

Namespace Microsoft.SqlServer.XEvent