FrequencyPair.Count Property

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Property Count As Integer
    Get
    Set
'Usage
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)

Property Value

Type: System.Int32
An Int32 value that specifies the number of events in the specified period.