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 命名空间