Propriedade do RDL Batches
Gets or sets an array of staging batches.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)
Sintaxe
'Declaração
<MessageBodyMemberAttribute> _
Public Property Batches As Collection(Of StagingBatch)
Get
Friend Set
'Uso
Dim instance As StagingGetResponse
Dim value As Collection(Of StagingBatch)
value = instance.Batches
[MessageBodyMemberAttribute]
public Collection<StagingBatch> Batches { get; internal set; }
[MessageBodyMemberAttribute]
public:
property Collection<StagingBatch^>^ Batches {
Collection<StagingBatch^>^ get ();
internal: void set (Collection<StagingBatch^>^ value);
}
[<MessageBodyMemberAttribute>]
member Batches : Collection<StagingBatch> with get, internal set
function get Batches () : Collection<StagingBatch>
internal function set Batches (value : Collection<StagingBatch>)
Valor da propriedade
Tipo: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'StagingBatch> ) > ) >
Collection of type StagingBatch.
Consulte também