ModelStore.GetElements Method (ModelElementResolutionStatus, Int32)
Returns a list of the elements that aredetermined by the count that has the given resolution status.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Function GetElements ( _
status As ModelElementResolutionStatus, _
count As Integer _
) As IList(Of IModelElement)
public IList<IModelElement> GetElements(
ModelElementResolutionStatus status,
int count
)
public:
IList<IModelElement^>^ GetElements(
ModelElementResolutionStatus status,
int count
)
member GetElements :
status:ModelElementResolutionStatus *
count:int -> IList<IModelElement>
public function GetElements(
status : ModelElementResolutionStatus,
count : int
) : IList<IModelElement>
Parameters
- status
Type: Microsoft.Data.Schema.SchemaModel.ModelElementResolutionStatus
Specifies the status.
- count
Type: System.Int32
The number of elements that are asked.
Return Value
Type: System.Collections.Generic.IList<IModelElement>
A list of elements.
.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.