StagingSearchCriteria.StagingBatches Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Identifier> StagingBatches { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property Collection<Identifier^>^ StagingBatches {
    Collection<Identifier^>^ get();
    void set(Collection<Identifier^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member StagingBatches : Collection<Identifier> with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property StagingBatches As Collection(Of Identifier)

Property Value

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

A collection of type Identifier.

See Also

StagingSearchCriteria Class
Microsoft.MasterDataServices Namespace

Return to top