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 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。