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.