Partager via


Propriété FrequencyPair.Count

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Property Count As Integer 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

FrequencyPair Classe

Espace de noms Microsoft.SqlServer.Management.Smo