Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Summary information about records in the staging system that are not associated with a batch.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
Order := )> _
Public UnbatchedInformation As Collection(Of StagingUnbatchedInformation)
'Usage
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>