Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets a list of entity staging batches to be returned.
Espacio de nombres: Microsoft.MasterDataServices.Services.MessageContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
<MessageBodyMemberAttribute> _
Public Property Batches As Collection(Of EntityStagingBatch)
Get
Set
'Uso
Dim instance As EntityStagingGetResponse
Dim value As Collection(Of EntityStagingBatch)
value = instance.Batches
instance.Batches = value
[MessageBodyMemberAttribute]
public Collection<EntityStagingBatch> Batches { get; set; }
[MessageBodyMemberAttribute]
public:
property Collection<EntityStagingBatch^>^ Batches {
Collection<EntityStagingBatch^>^ get ();
void set (Collection<EntityStagingBatch^>^ value);
}
[<MessageBodyMemberAttribute>]
member Batches : Collection<EntityStagingBatch> with get, set
function get Batches () : Collection<EntityStagingBatch>
function set Batches (value : Collection<EntityStagingBatch>)
Valor de la propiedad
Tipo: System.Collections.ObjectModel.Collection<EntityStagingBatch>
A list of entity staging batches to be returned.
Vea también
Referencia
EntityStagingGetResponse Clase
Espacio de nombres Microsoft.MasterDataServices.Services.MessageContracts