Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the batch identifier of the records that were previously unbatched.
Espace de noms : Microsoft.MasterDataServices.Services.MessageContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<MessageBodyMemberAttribute> _
Public Property BatchId As StagingBatch
Get
Set
'Utilisation
Dim instance As StagingProcessResponse
Dim value As StagingBatch
value = instance.BatchId
instance.BatchId = value
[MessageBodyMemberAttribute]
public StagingBatch BatchId { get; set; }
[MessageBodyMemberAttribute]
public:
property StagingBatch^ BatchId {
StagingBatch^ get ();
void set (StagingBatch^ value);
}
[<MessageBodyMemberAttribute>]
member BatchId : StagingBatch with get, set
function get BatchId () : StagingBatch
function set BatchId (value : StagingBatch)
Valeur de propriété
Type : Microsoft.MasterDataServices.Services.DataContracts.StagingBatch
The batch identifier of the records that were previously unbatched.
Voir aussi
Référence
Espace de noms Microsoft.MasterDataServices.Services.MessageContracts