StagingSearchCriteria.StagingBatches 属性

Gets or sets the staging batches.

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

语法

声明
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property StagingBatches As Collection(Of Identifier)
    Get 
    Friend Set
用法
Dim instance As StagingSearchCriteria 
Dim value As Collection(Of Identifier)

value = instance.StagingBatches
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Identifier> StagingBatches { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Identifier^>^ StagingBatches {
    Collection<Identifier^>^ get ();
    internal: void set (Collection<Identifier^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member StagingBatches : Collection<Identifier> with get, internal set
function get StagingBatches () : Collection<Identifier>
internal function set StagingBatches (value : Collection<Identifier>)

属性值

类型:System.Collections.ObjectModel.Collection<Identifier>
The collection of staging batches.

请参阅

参考

StagingSearchCriteria 类

Microsoft.MasterDataServices.Services.DataContracts 命名空间