Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 ModelElementValidationStatus _
) As Integer
public int GetElementsCount(
ModelElementValidationStatus status
)
public:
int GetElementsCount(
ModelElementValidationStatus status
)
member GetElementsCount :
status:ModelElementValidationStatus -> int
public function GetElementsCount(
status : ModelElementValidationStatus
) : int
Parameters
- status
Type: Microsoft.Data.Schema.SchemaModel.ModelElementValidationStatus
Specifies the validation status.
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.