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.