Udostępnij przez


Właściwość FrequencyPair.Count

Pobiera numer zdarzenia, które wystąpiły w określonym okresie.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Public Property Count As Integer
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.Int32
Int32 Wartość określająca liczbę zdarzeń w określonym okresie.