Класс Warnings
Represents the model deployment errors that are treated as warnings.
Иерархия наследования
System.Object
Microsoft.MasterDataServices.Deployment.Warnings
Пространство имен: Microsoft.MasterDataServices.Deployment
Сборка: Microsoft.MasterDataServices.Deployment (в Microsoft.MasterDataServices.Deployment.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public Class Warnings
'Применение
Dim instance As Warnings
[SerializableAttribute]
public class Warnings
[SerializableAttribute]
public ref class Warnings
[<SerializableAttribute>]
type Warnings = class end
public class Warnings
Тип Warnings обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
Warnings | Initializes a new instance of the Warnings class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
Count | Gets a count of the errors in all collections. |
![]() |
ServicesErrors | Gets the services API errors to treat as warnings. |
![]() |
StagingBatchErrors | Устарело. Gets the staging batch errors to treat as warnings. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
AddError(Error) | Adds an error to the collection of services errors to treat as warnings. |
![]() |
AddError(StagingBatchError) | Устарело. 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>) | Устарело. Adds a collection of errors that iterates through the collection of staging batch errors to treat as warnings. |
![]() |
AddErrors(Collection<StagingBatchError>) | Устарело. Adds a collection of errors to the collection of staging batch errors to treat as warnings. |
![]() |
ClearErrors | Clears out all error collections. |
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.