StagingGetResponse.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>

请参阅

参考

StagingGetResponse 类

Microsoft.MasterDataServices 命名空间