StagingGetResponse.UnbatchedInformation Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Summary information about records in the staging system that are not associated with a batch.
public: System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::StagingUnbatchedInformation ^> ^ UnbatchedInformation;
[System.ServiceModel.MessageBodyMember(Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", Order=2)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.StagingUnbatchedInformation> UnbatchedInformation;
[<System.ServiceModel.MessageBodyMember(Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", Order=2)>]
val mutable UnbatchedInformation : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.StagingUnbatchedInformation>
Public UnbatchedInformation As Collection(Of StagingUnbatchedInformation)
Field Value
- Attributes