Поделиться через


ModelStore.GetElementsCount - метод (ModelElementResolutionStatus)

Возвращает количество элементов в хранилище, соответствующих указанному состоянию.

Пространство имен:  Microsoft.Data.Schema.SchemaModel
Сборка:  Microsoft.Data.Schema (в Microsoft.Data.Schema.dll)

Синтаксис

'Декларация
Public Function GetElementsCount ( _
    status As ModelElementResolutionStatus _
) As Integer
public int GetElementsCount(
    ModelElementResolutionStatus status
)
public:
int GetElementsCount(
    ModelElementResolutionStatus status
)
member GetElementsCount : 
        status:ModelElementResolutionStatus -> int 
public function GetElementsCount(
    status : ModelElementResolutionStatus
) : int

Параметры

Возвращаемое значение

Тип: System.Int32

Безопасность платформы .NET Framework

См. также

Ссылки

ModelStore Класс

GetElementsCount - перегрузка

Microsoft.Data.Schema.SchemaModel - пространство имен