UnbatchedInformation 필드
Summary information about records in the staging system that are not associated with a batch.
네임스페이스: Microsoft.MasterDataServices
어셈블리: Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)
구문
‘선언
<MessageBodyMemberAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
Order := )> _
Public UnbatchedInformation As Collection(Of StagingUnbatchedInformation)
‘사용 방법
Dim instance As StagingGetResponse
Dim value As Collection(Of StagingUnbatchedInformation)
value = instance.UnbatchedInformation
instance.UnbatchedInformation = value
[MessageBodyMemberAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
Order = )]
public Collection<StagingUnbatchedInformation> UnbatchedInformation
[MessageBodyMemberAttribute(Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
Order = )]
public:
Collection<StagingUnbatchedInformation^>^ UnbatchedInformation
[<MessageBodyMemberAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
Order = )>]
val mutable UnbatchedInformation: Collection<StagingUnbatchedInformation>
public var UnbatchedInformation : Collection<StagingUnbatchedInformation>