共用方式為


ModelStore.GetElements 方法 (ModelElementValidationStatus)

傳回具有特定驗證狀態之存放區中的項目清單。

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

語法

'宣告
Public Function GetElements ( _
    status As ModelElementValidationStatus _
) As IList(Of IModelElement)
public IList<IModelElement> GetElements(
    ModelElementValidationStatus status
)
public:
IList<IModelElement^>^ GetElements(
    ModelElementValidationStatus status
)
member GetElements : 
        status:ModelElementValidationStatus -> IList<IModelElement> 
public function GetElements(
    status : ModelElementValidationStatus
) : IList<IModelElement>

參數

傳回值

型別:System.Collections.Generic.IList<IModelElement>

.NET Framework 安全性

請參閱

參考

ModelStore 類別

GetElements 多載

Microsoft.Data.Schema.SchemaModel 命名空間