Count Propiedad
Gets the number of events that have occurred during a specified period.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System. . :: . .Int32
An Int32 value that specifies the number of events in the specified period.
Vea también