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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。