Partilhar via


Propriedade do RDL StagingBatch.Errors

Gets or sets the related errors in the batch.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxe

'Declaração
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Errors As Collection(Of StagingBatchError)
    Get 
    Friend Set
'Uso
Dim instance As StagingBatch 
Dim value As Collection(Of StagingBatchError)

value = instance.Errors
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<StagingBatchError> Errors { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<StagingBatchError^>^ Errors {
    Collection<StagingBatchError^>^ get ();
    internal: void set (Collection<StagingBatchError^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Errors : Collection<StagingBatchError> with get, internal set
function get Errors () : Collection<StagingBatchError>
internal function set Errors (value : Collection<StagingBatchError>)

Valor da propriedade

Tipo: System.Collections.ObjectModel.Collection<StagingBatchError>
The related errors in the batch.

Consulte também

Referência

StagingBatch Classe

Namespace Microsoft.MasterDataServices.Services.DataContracts