次の方法で共有


AddErrors メソッド (IEnumerable(StagingBatchError))

警告として扱う StagingBatchError オブジェクトのコレクションを繰り返し処理するエラーのコレクションを追加します。

名前空間:  Microsoft.MasterDataServices.Deployment
アセンブリ:  Microsoft.MasterDataServices.Deployment (Microsoft.MasterDataServices.Deployment.dll)

構文

'宣言
Public Sub AddErrors ( _
    errors As IEnumerable(Of StagingBatchError) _
)
'使用
Dim instance As Warnings
Dim errors As IEnumerable(Of StagingBatchError)

instance.AddErrors(errors)
public void AddErrors(
    IEnumerable<StagingBatchError> errors
)
public:
void AddErrors(
    IEnumerable<StagingBatchError^>^ errors
)
member AddErrors : 
        errors:IEnumerable<StagingBatchError> -> unit 
public function AddErrors(
    errors : IEnumerable<StagingBatchError>
)

パラメーター