Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the model deployment errors that are treated as warnings.
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.Deployment.Warnings
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class Warnings
'Usage
Dim instance As Warnings
[SerializableAttribute]
public class Warnings
[SerializableAttribute]
public ref class Warnings
[<SerializableAttribute>]
type Warnings = class end
public class Warnings
The Warnings type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
Warnings | Initializes a new instance of the Warnings class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Count | Gets a count of the errors in all collections. |
![]() |
ServicesErrors | Gets the services API errors to treat as warnings. |
![]() |
StagingBatchErrors | Obsolete. Gets the staging batch errors to treat as warnings. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
AddError(Error) | Adds an error to the collection of services errors to treat as warnings. |
![]() |
AddError(StagingBatchError) | Obsolete. Adds an error to the collection of staging batch errors to treat as warnings. |
![]() |
AddErrors(IEnumerable<Error>) | Adds a collection of errors that iterates through the collection of services errors to treat as warnings. |
![]() |
AddErrors(Collection<Error>) | Adds a collection of errors to the collection of services errors to treat as warnings. |
![]() |
AddErrors(IEnumerable<StagingBatchError>) | Obsolete. Adds a collection of errors that iterates through the collection of staging batch errors to treat as warnings. |
![]() |
AddErrors(Collection<StagingBatchError>) | Obsolete. Adds a collection of errors to the collection of staging batch errors to treat as warnings. |
![]() |
ClearErrors | Clears out all error collections. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)