共用方式為


StagingGetResponse.UnbatchedInformation 屬性

Gets or sets an array of unbatched staging information.

命名空間:  Microsoft.MasterDataServices.Services.MessageContracts
組件:  Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

語法

'宣告
<MessageBodyMemberAttribute> _
Public Property UnbatchedInformation As Collection(Of StagingUnbatchedInformation)
    Get 
    Set
'用途
Dim instance As StagingGetResponse 
Dim value As Collection(Of StagingUnbatchedInformation)

value = instance.UnbatchedInformation

instance.UnbatchedInformation = value
[MessageBodyMemberAttribute]
public Collection<StagingUnbatchedInformation> UnbatchedInformation { get; set; }
[MessageBodyMemberAttribute]
public:
property Collection<StagingUnbatchedInformation^>^ UnbatchedInformation {
    Collection<StagingUnbatchedInformation^>^ get ();
    void set (Collection<StagingUnbatchedInformation^>^ value);
}
[<MessageBodyMemberAttribute>]
member UnbatchedInformation : Collection<StagingUnbatchedInformation> with get, set
function get UnbatchedInformation () : Collection<StagingUnbatchedInformation>
function set UnbatchedInformation (value : Collection<StagingUnbatchedInformation>)

屬性值

型別:System.Collections.ObjectModel.Collection<StagingUnbatchedInformation>
Collection of type StagingUnbatchedInformation.

請參閱

參考

StagingGetResponse 類別

Microsoft.MasterDataServices.Services.MessageContracts 命名空間