ModelStore.GetElementsCount 方法 (ModelElementResolutionStatus)

傳回符合特定狀態之存放區中的項目數量。

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

語法

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

參數

傳回值

型別:System.Int32

.NET Framework 安全性

請參閱

參考

ModelStore 類別

GetElementsCount 多載

Microsoft.Data.Schema.SchemaModel 命名空間