Поделиться через


Свойство FrequencyPair.Count

Gets the number of events that have occurred during a specified period.

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

Синтаксис

'Декларация
Public Property Count As Integer 
    Get 
    Set
'Применение
Dim instance As FrequencyPair 
Dim value As Integer 

value = instance.Count

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

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

Тип: System.Int32
An Int32 value that specifies the number of events in the specified period.

См. также

Справочник

FrequencyPair Класс

Пространство имен Microsoft.SqlServer.Management.Smo