TableStrings.Operation 枚举
指定的数据行操作。
命名空间: Microsoft.Office.Project.Server.Library
程序集: Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)
语法
声明
Public Enumeration Operation
用法
Dim instance As TableStrings.Operation
public enum Operation
成员
成员名称 | 说明 | |
---|---|---|
Insert | 值 = 16。插入。 | |
Commit | 值 = 8。提交。 | |
Update | 值 = 2。更新。 | |
Delete | 值 = 1。删除。 | |
NoOp | 值为 0。没有操作。 |