TableStrings.Operation Enumeration

Specifies the data row action.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Enumeration Operation
'Usage
Dim instance As TableStrings.Operation
public enum Operation

Members

Member name Description
Insert Value=16. Insert.
Commit Value=8. Commit.
Update Value=2. Update.
Delete Value=1. Delete.
NoOp Value=0. No operation.

See Also

Reference

Microsoft.Office.Project.Server.Library Namespace