イベントに関連付けられたエラーのコレクション。
名前空間: Microsoft.Data.Schema
アセンブリ: Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)
構文
'宣言
Public ReadOnly Property Errors As ICollection(Of DataSchemaError)
Get
public ICollection<DataSchemaError> Errors { get; }
public:
property ICollection<DataSchemaError^>^ Errors {
ICollection<DataSchemaError^>^ get ();
}
member Errors : ICollection<DataSchemaError>
function get Errors () : ICollection<DataSchemaError>
プロパティ値
型: System.Collections.Generic.ICollection<DataSchemaError>
DataSchemaError オブジェクトを格納する ICollection<T> オブジェクト。
例
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。