StagingGetResponse.UnbatchedInformation Property

 

Applies To: SQL Server 2016 Preview

Gets or sets an array of unbatched staging information.

Namespace:   Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[MessageBodyMemberAttribute]
public Collection<StagingUnbatchedInformation> UnbatchedInformation { get; set; }
public:
[MessageBodyMemberAttribute]
property Collection<StagingUnbatchedInformation^>^ UnbatchedInformation {
    Collection<StagingUnbatchedInformation^>^ get();
    void set(Collection<StagingUnbatchedInformation^>^ value);
}
[<MessageBodyMemberAttribute>]
member UnbatchedInformation : Collection<StagingUnbatchedInformation> with get, set
<MessageBodyMemberAttribute>
Public Property UnbatchedInformation As Collection(Of StagingUnbatchedInformation)

Property Value

Type: System.Collections.ObjectModel.Collection<StagingUnbatchedInformation>

Collection of type StagingUnbatchedInformation.

See Also

StagingGetResponse Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace

Return to top