OperationStatusDataSet Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The strongly typed DataSet that is used to access the OperationStatuses in the Catalog system.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class OperationStatusDataSet _
Inherits DataSet
'Usage
Dim instance As OperationStatusDataSet
[SerializableAttribute]
public class OperationStatusDataSet : DataSet
[SerializableAttribute]
public ref class OperationStatusDataSet : public DataSet
public class OperationStatusDataSet extends DataSet
Remarks
Returns the OperationStatusDataSet containing the OperationStatus values. This allows you to get the OperationStatus values.
Allows access to the OperationStatus values in the OperationStatusDataSet.
Inheritance Hierarchy
System..::.Object
System.ComponentModel..::.MarshalByValueComponent
System.Data..::.DataSet
Microsoft.CommerceServer.Catalog..::.OperationStatusDataSet
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.