Propriété EventSetBase.NumberOfElements
Gets the number of elements in the event set.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)
Syntaxe
'Déclaration
Public MustOverride ReadOnly Property NumberOfElements As Integer
Get
'Utilisation
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
Valeur de propriété
Type : System.Int32
An Int32 value that specifies the number of elements in the event set.