Свойство NumberOfElements
Gets the number of elements in the event set.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.SqlEnum (в Microsoft.SqlServer.SqlEnum.dll)
Синтаксис
'Декларация
Public MustOverride ReadOnly Property NumberOfElements As Integer
Get
'Применение
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
Значение свойства
Тип: System. . :: . .Int32
An Int32 value that specifies the number of elements in the event set.