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 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
- status
Type: Microsoft.Data.Schema.SchemaModel.ModelElementResolutionStatus
Specifies the resolution 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.