Condividi tramite


Proprietà NumberOfElements

Gets the number of elements in the event set.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)

Sintassi

'Dichiarazione
Public MustOverride ReadOnly Property NumberOfElements As Integer
    Get
'Utilizzo
Dim instance As EventSetBase
Dim value As Integer

value = instance.NumberOfElements
public abstract int NumberOfElements { get; }
public:
virtual property int NumberOfElements {
    int get () abstract;
}
abstract NumberOfElements : int
abstract function get NumberOfElements () : int

Valore proprietà

Tipo: System. . :: . .Int32
An Int32 value that specifies the number of elements in the event set.