共用方式為


StagingSearchCriteria.StagingBatches 屬性

Gets or sets an array that contains the staging batch identifiers.

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

語法

'宣告
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property StagingBatches As Collection(Of Identifier)
    Get
    Set
'用途
Dim instance As StagingSearchCriteria
Dim value As Collection(Of Identifier)

value = instance.StagingBatches

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

屬性值

型別:System.Collections.ObjectModel.Collection<Identifier>
A collection of type Identifier.

請參閱

參考

StagingSearchCriteria 類別

Microsoft.MasterDataServices 命名空間