다음을 통해 공유


Count 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
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.