共用方式為


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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。