Свойство PublishedEvent.ActionList.Count

Gets the number of actions associated with the event.

Пространство имен:  Microsoft.SqlServer.XEvent.Linq
Сборка:  Microsoft.SqlServer.XEvent.Linq (в Microsoft.SqlServer.XEvent.Linq.dll)

Синтаксис

'Декларация
Public ReadOnly Property Count As Integer 
    Get
'Применение
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

Значение свойства

Тип: System.Int32
The number of actions associated with the event.

См. также

Справочник

PublishedEvent.ActionList Класс

Пространство имен Microsoft.SqlServer.XEvent.Linq