Propriedade do RDL FrequencyPair.Count
Gets the number of events that have occurred during a specified period.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Property Count As Integer
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.Int32
An Int32 value that specifies the number of events in the specified period.