Compartir a través de


PublishedEvent.ActionList.Count Propiedad

Gets the number of actions associated with the event.

Espacio de nombres:  Microsoft.SqlServer.XEvent.Linq
Ensamblado:  Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)

Sintaxis

'Declaración
Public ReadOnly Property Count As Integer 
    Get
'Uso
Dim instance As PublishedEvent.ActionList 
Dim value As Integer 

value = instance.Count
public int Count { get; }
public:
property int Count {
    int get ();
}
member Count : int
function get Count () : int

Valor de la propiedad

Tipo: System.Int32
The number of actions associated with the event.

Vea también

Referencia

PublishedEvent.ActionList Clase

Espacio de nombres Microsoft.SqlServer.XEvent.Linq