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