共用方式為


ModelStore.GetElements 方法 (ModelElementResolutionStatus, Int32)

傳回項目清單,這些項目是由具有特定解析狀態的計數所決定的。

命名空間:  Microsoft.Data.Schema.SchemaModel
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
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>

參數

  • count
    型別:System.Int32
    所要求之項目的數量。

傳回值

型別:System.Collections.Generic.IList<IModelElement>
項目清單。

.NET Framework 安全性

請參閱

參考

ModelStore 類別

GetElements 多載

Microsoft.Data.Schema.SchemaModel 命名空間