AddErrors 方法 (IEnumerable(StagingBatchError))
Adds a collection of errors that iterates through the collection of StagingBatchError objects to treat as warnings.
命名空间: 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>
)
参数
- errors
类型:System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'StagingBatchError> ) > ) >
A collection of instances to add.