Share via


DiscountPrioritySet.DiscountPrioritiesDataTable Class

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

The strongly typed DataTable that provides access to the "DiscountPriority" table of a DiscountPrioritySet.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class DiscountPrioritiesDataTable _
    Inherits DataTable _
    Implements IEnumerable
'Usage
Dim instance As DiscountPrioritySet.DiscountPrioritiesDataTable
[SerializableAttribute]
public class DiscountPrioritiesDataTable : DataTable, IEnumerable
[SerializableAttribute]
public ref class DiscountPrioritiesDataTable : public DataTable, 
    IEnumerable
public class DiscountPrioritiesDataTable extends DataTable implements IEnumerable

Remarks

This class cannot be publicly created. Is must be accessed through the DiscountPriorities property of a DiscountPrioritySet.

Inheritance Hierarchy

System..::.Object
  System.ComponentModel..::.MarshalByValueComponent
    System.Data..::.DataTable
      Microsoft.CommerceServer.Marketing..::.DiscountPrioritySet..::.DiscountPrioritiesDataTable

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DiscountPrioritySet..::.DiscountPrioritiesDataTable Members

Microsoft.CommerceServer.Marketing Namespace