InventorySkusDataSet Class

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

Access the InventorySku values in the InventorySkusDataSet.

Namespace:  Microsoft.CommerceServer.Inventory
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class InventorySkusDataSet _
    Inherits DataSet
'Usage
Dim instance As InventorySkusDataSet
[SerializableAttribute]
public class InventorySkusDataSet : DataSet
[SerializableAttribute]
public ref class InventorySkusDataSet : public DataSet
public class InventorySkusDataSet extends DataSet

Remarks

Returns the dataset containing the InventorySku values. This allows you to get the InventorySku values.

Inheritance Hierarchy

System..::.Object
  System.ComponentModel..::.MarshalByValueComponent
    System.Data..::.DataSet
      Microsoft.CommerceServer.Inventory..::.InventorySkusDataSet

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

InventorySkusDataSet Members

Microsoft.CommerceServer.Inventory Namespace