ServicesErrors 属性
Gets the collection of Microsoft.MasterDataServices.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< (Of < ( <'Error> ) > ) >
A collection of Microsoft.MasterDataServices.Services API errors to treat as warnings.