이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Gets or sets a list of entity staging batches to be returned.
네임스페이스: Microsoft.MasterDataServices.Services.MessageContracts
어셈블리: Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)
구문
‘선언
<MessageBodyMemberAttribute> _
Public Property Batches As Collection(Of EntityStagingBatch)
Get
Set
‘사용 방법
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>)
속성 값
유형: System.Collections.ObjectModel.Collection<EntityStagingBatch>
A list of entity staging batches to be returned.
참고 항목
참조
Microsoft.MasterDataServices.Services.MessageContracts 네임스페이스