AddErrors 方法 (Collection(StagingBatchError))
Adds a collection of errors to the collection of StagingBatchError objects to treat as warnings.
命名空間: Microsoft.MasterDataServices.Deployment
組件: Microsoft.MasterDataServices.Deployment (在 Microsoft.MasterDataServices.Deployment.dll 中)
語法
'宣告
Public Sub AddErrors ( _
errors As Collection(Of StagingBatchError) _
)
'用途
Dim instance As Warnings
Dim errors As Collection(Of StagingBatchError)
instance.AddErrors(errors)
public void AddErrors(
Collection<StagingBatchError> errors
)
public:
void AddErrors(
Collection<StagingBatchError^>^ errors
)
member AddErrors :
errors:Collection<StagingBatchError> -> unit
public function AddErrors(
errors : Collection<StagingBatchError>
)
參數
- errors
型別:System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'StagingBatchError> ) > ) >
A collection of instances to add.