ModelStore.GetElementsCount Method (ModelElementResolutionStatus)

Returns the number of elements in the store that match the given status.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
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

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ModelStore Class

GetElementsCount Overload

Microsoft.Data.Schema.SchemaModel Namespace