共用方式為


ErrorManager.Find 方法 (String, Object)

擷取屬於所指定類別和文件之所有 DataSchemaError 物件的清單。

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

語法

'宣告
Public Function Find ( _
    document As String, _
    category As Object _
) As IList(Of DataSchemaError)
public IList<DataSchemaError> Find(
    string document,
    Object category
)
public:
IList<DataSchemaError^>^ Find(
    String^ document, 
    Object^ category
)
member Find : 
        document:string * 
        category:Object -> IList<DataSchemaError> 
public function Find(
    document : String, 
    category : Object
) : IList<DataSchemaError>

參數

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

傳回值

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

.NET Framework 安全性

請參閱

參考

ErrorManager 類別

Find 多載

Microsoft.Data.Schema 命名空間

DataSchemaError