Bagikan melalui


NewInventoryCatalog Method

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

Creates a new InventoryCatalog with the same schema as InventoryCatalogsDataSet..::.InventoryCatalogsDataTable.

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

Syntax

'Declaration
Public Function NewInventoryCatalog As InventoryCatalogsDataSet..::.InventoryCatalog
'Usage
Dim instance As InventoryCatalogsDataSet..::.InventoryCatalogsDataTable
Dim returnValue As InventoryCatalogsDataSet..::.InventoryCatalog

returnValue = instance.NewInventoryCatalog()
public InventoryCatalogsDataSet..::.InventoryCatalog NewInventoryCatalog()
public:
InventoryCatalogsDataSet..::.InventoryCatalog^ NewInventoryCatalog()
public function NewInventoryCatalog() : InventoryCatalogsDataSet..::.InventoryCatalog

Return Value

Type: Microsoft.CommerceServer.Inventory..::.InventoryCatalogsDataSet..::.InventoryCatalog
An InventoryCatalog.

Remarks

The returned InventoryCatalog contains the InventoryCatalogName, InventoryCatalogDescription, DateCreated, LastModified, and TimeStamp

Permissions

See Also

Reference

InventoryCatalogsDataSet..::.InventoryCatalogsDataTable Class

InventoryCatalogsDataSet..::.InventoryCatalogsDataTable Members

Microsoft.CommerceServer.Inventory Namespace