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.