다음을 통해 공유


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.