Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Adds a collection of errors to the collection of services errors to treat as warnings.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
public void AddErrors(
Collection<Error> errors
)
public:
void AddErrors(
Collection<Error^>^ errors
)
member AddErrors :
errors:Collection<Error> -> unit
Public Sub AddErrors (
errors As Collection(Of Error)
)
Parameters
errors
Type: System.Collections.ObjectModel.Collection<Error>A collection of Error instances to add.
See Also
AddErrors Overload
Warnings Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top