AddErrors メソッド (IEnumerable(Error))
警告として扱う Error オブジェクトのコレクションを繰り返し処理するエラーのコレクションを追加します。
名前空間: Microsoft.MasterDataServices.Deployment
アセンブリ: Microsoft.MasterDataServices.Deployment (Microsoft.MasterDataServices.Deployment.dll)
構文
'宣言
Public Sub AddErrors ( _
errors As IEnumerable(Of Error) _
)
'使用
Dim instance As Warnings
Dim errors As IEnumerable(Of Error)
instance.AddErrors(errors)
public void AddErrors(
IEnumerable<Error> errors
)
public:
void AddErrors(
IEnumerable<Error^>^ errors
)
member AddErrors :
errors:IEnumerable<Error> -> unit
public function AddErrors(
errors : IEnumerable<Error>
)
パラメーター
- errors
型: System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'Error> ) > ) >
追加するインスタンスのコレクション。