Поделиться через


Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.MasterDataServices.Deployment