Метод 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.
См. также