다음을 통해 공유


ModelMembersBulkMergeResponse.StagingBatches 필드

An array that contains staging batch identifiers.

네임스페이스:  Microsoft.MasterDataServices
어셈블리:  Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)

구문

‘선언
<MessageBodyMemberAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    Order := )> _
Public StagingBatches As Collection(Of Identifier)
‘사용 방법
Dim instance As ModelMembersBulkMergeResponse
Dim value As Collection(Of Identifier)

value = instance.StagingBatches

instance.StagingBatches = value
[MessageBodyMemberAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    Order = )]
public Collection<Identifier> StagingBatches
[MessageBodyMemberAttribute(Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    Order = )]
public:
Collection<Identifier^>^ StagingBatches
[<MessageBodyMemberAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    Order = )>]
val mutable StagingBatches: Collection<Identifier>
public var StagingBatches : Collection<Identifier>

참고 항목

참조

ModelMembersBulkMergeResponse 클래스

Microsoft.MasterDataServices 네임스페이스