EntityStagingGetResponse.Batches Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Especifica una lista de lotes de almacenamiento provisional de entidades que se van a devolver.
public:
property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::EntityStagingBatch ^> ^ Batches { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::EntityStagingBatch ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::EntityStagingBatch ^> ^ value); };
[System.ServiceModel.MessageBodyMember]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.EntityStagingBatch> Batches { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.Batches : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.EntityStagingBatch> with get, set
Public Property Batches As Collection(Of EntityStagingBatch)
Valor de propiedad
Lista de lotes de almacenamiento provisional de entidad que se deben devolver.
- Atributos