Compartilhar via


Propriedade do RDL Warnings.ServicesErrors

Gets the 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<Error>
The services API errors to treat as warnings.

Consulte também

Referência

Warnings Classe

Namespace Microsoft.MasterDataServices.Deployment