Warnings.ServicesErrors 属性

Gets the services API errors to treat as warnings.

命名空间:  Microsoft.MasterDataServices.Deployment
程序集:  Microsoft.MasterDataServices.Deployment(在 Microsoft.MasterDataServices.Deployment.dll 中)

语法

声明
Public ReadOnly Property ServicesErrors As Collection(Of Error)
    Get
用法
Dim instance As Warnings 
Dim value As Collection(Of Error)

value = instance.ServicesErrors
public Collection<Error> ServicesErrors { get; }
public:
property Collection<Error^>^ ServicesErrors {
    Collection<Error^>^ get ();
}
member ServicesErrors : Collection<Error>
function get ServicesErrors () : Collection<Error>

属性值

类型:System.Collections.ObjectModel.Collection<Error>
The services API errors to treat as warnings.

请参阅

参考

Warnings 类

Microsoft.MasterDataServices.Deployment 命名空间