共用方式為


ErrorManager.GetAllErrors 方法 (Object)

擷取 ErrorManager 中屬於所指定類別之所有錯誤的清單。

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

語法

'宣告
Public Function GetAllErrors ( _
    category As Object _
) As IList(Of DataSchemaError)
public IList<DataSchemaError> GetAllErrors(
    Object category
)
public:
IList<DataSchemaError^>^ GetAllErrors(
    Object^ category
)
member GetAllErrors : 
        category:Object -> IList<DataSchemaError> 
public function GetAllErrors(
    category : Object
) : IList<DataSchemaError>

參數

  • category
    型別:System.Object
    Object ,表示用來分類錯誤的文件類型或物件類型。內部分類是以 Guid 字串來表示。

傳回值

型別:System.Collections.Generic.IList<DataSchemaError>
包含零個或多個 DataSchemaError 物件的 IList<T> 物件。

.NET Framework 安全性

請參閱

參考

ErrorManager 類別

GetAllErrors 多載

Microsoft.Data.Schema 命名空間

DataSchemaError