다음을 통해 공유


BatchId 필드

The batch ID of the records that were previously unbatched.

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

구문

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

value = instance.BatchId

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