Propriété StagingBatch.Errors
Gets or sets the related errors in the batch.
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Errors As Collection(Of StagingBatchError)
Get
Friend Set
'Utilisation
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>)
Valeur de propriété
Type : System.Collections.ObjectModel.Collection<StagingBatchError>
The related errors in the batch.
Voir aussi
Référence
Espace de noms Microsoft.MasterDataServices.Services.DataContracts