Campo UnbatchedInformation
Summary information about records in the staging system that are not associated with a batch.
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
<MessageBodyMemberAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
Order := )> _
Public UnbatchedInformation As Collection(Of StagingUnbatchedInformation)
'Uso
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>