Метод Warnings.AddErrors (Collection<StagingBatchError>)
Примечание. Этот API-интерфейс устарел.
Adds a collection of errors to the collection of staging batch errors to treat as warnings.
Пространство имен: Microsoft.MasterDataServices.Deployment
Сборка: Microsoft.MasterDataServices.Deployment (в Microsoft.MasterDataServices.Deployment.dll)
Синтаксис
'Декларация
<ObsoleteAttribute("StagingBatchError's are no longer added to the Warnings class")> _
Public Sub AddErrors ( _
errors As Collection(Of StagingBatchError) _
)
'Применение
Dim instance As Warnings
Dim errors As Collection(Of StagingBatchError)
instance.AddErrors(errors)
[ObsoleteAttribute("StagingBatchError's are no longer added to the Warnings class")]
public void AddErrors(
Collection<StagingBatchError> errors
)
[ObsoleteAttribute(L"StagingBatchError's are no longer added to the Warnings class")]
public:
void AddErrors(
Collection<StagingBatchError^>^ errors
)
[<ObsoleteAttribute("StagingBatchError's are no longer added to the Warnings class")>]
member AddErrors :
errors:Collection<StagingBatchError> -> unit
public function AddErrors(
errors : Collection<StagingBatchError>
)
Параметры
- errors
Тип: System.Collections.ObjectModel.Collection<StagingBatchError>
A collection of StagingBatchError instances to add.