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 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。