Propriedade do RDL ServicesErrors
Gets the collection of Microsoft.MasterDataServices.Services API errors to treat as warnings.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (em Microsoft.MasterDataServices.Deployment.dll)
Sintaxe
'Declaração
Public ReadOnly Property ServicesErrors As Collection(Of Error)
Get
'Uso
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>
Valor da propriedade
Tipo: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'Error> ) > ) >
A collection of Microsoft.MasterDataServices.Services API errors to treat as warnings.