Sdílet prostřednictvím


ModelStore.GetElements – metoda (ModelElementResolutionStatus, Int32)

Vrátí seznam prvků této aredetermined na počtu má stav dané rozlišení.

Obor názvů:  Microsoft.Data.Schema.SchemaModel
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

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

Parametry

  • count
    Typ: System.Int32
    Počet prvků, které jsou požádáni.

Vrácená hodnota

Typ: System.Collections.Generic.IList<IModelElement>
Seznam prvků.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelStore Třída

GetElements – přetížení

Microsoft.Data.Schema.SchemaModel – obor názvů