Właściwość Warnings.ServicesErrors
Pobiera kolekcja błędów Microsoft.MasterDataServices.Services API traktować jako ostrzeżeń.
Przestrzeń nazw: Microsoft.MasterDataServices.Deployment
Zestaw: Microsoft.MasterDataServices.Deployment (w Microsoft.MasterDataServices.Deployment.dll)
Składnia
'Deklaracja
Public ReadOnly Property ServicesErrors As Collection(Of Error)
Get
'Użycie
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>
Wartość właściwości
Typ: System.Collections.ObjectModel.Collection<Error>
Kolekcja Microsoft.MasterDataServices.Services API błędy traktować jako ostrzeżeń.