Класс 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 the number of the errors in all collections.
Открытое свойство ServicesErrors Gets the collection of Microsoft.MasterDataServices.Services API errors to treat as warnings.
Открытое свойство StagingBatchErrors Gets a collection of staging errors to treat as warnings.

В начало

Методы

  Имя Описание
Открытый метод AddError(Error) Adds an error to the collection of Error objects to treat as warnings.
Открытый метод AddError(StagingBatchError) Adds an error to the collection of StagingBatchError objects to treat as warnings.
Открытый метод AddErrors(IEnumerable< (Of < <' (Error> ) > > )) Adds a collection of errors that iterates through the collection of Error objects to treat as warnings.
Открытый метод AddErrors(Collection< (Of < <' (Error> ) > > )) Adds a collection of errors to the collection of Error objects to treat as warnings.
Открытый метод AddErrors(IEnumerable< (Of < <' (StagingBatchError> ) > > )) Adds a collection of errors that iterates through the collection of StagingBatchError objects to treat as warnings.
Открытый метод AddErrors(Collection< (Of < <' (StagingBatchError> ) > > )) Adds a collection of errors to the collection of StagingBatchError objects to treat as warnings.
Открытый метод ClearErrors Indicates to clear out all error collections.
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.