QueueStatusDataSet.StatusRow 成员

表示QueueStatusDataSet对象中的一个队列作业的状态。

QueueStatusDataSet.StatusRow 类型公开以下成员。

属性

  名称 说明
公共属性 CorrelationGUID 指定队列作业关联的唯一的标识符。
公共属性 CorrelationPriority 指定的队列作业关联的优先级。
公共属性 ErrorInfo 表示错误的队列作业状态的信息。
公共属性 GroupPriority 指定队列中的作业组的优先级。
公共属性 HasErrors (从 DataRow 继承。)
公共属性 Item[Int32] (从 DataRow 继承。)
公共属性 Item[String] (从 DataRow 继承。)
公共属性 Item[DataColumn] (从 DataRow 继承。)
公共属性 Item[Int32, DataRowVersion] (从 DataRow 继承。)
公共属性 Item[String, DataRowVersion] (从 DataRow 继承。)
公共属性 Item[DataColumn, DataRowVersion] (从 DataRow 继承。)
公共属性 ItemArray (从 DataRow 继承。)
公共属性 JobCompletionState 指示队列作业完成状态。
公共属性 JobGroupGUID 指定用于跟踪一组队列作业的唯一标识符。
公共属性 JobGUID 指定队列中的作业的唯一标识符。
公共属性 JobInfoGUID 指定相关的作业信息的唯一标识符。
公共属性 LastAdminAction 在管理队列中指定最新的管理员操作的唯一标识符。
公共属性 MachineName 指定处理队列作业的计算机的名称。
公共属性 MessageType 队列作业状态请求中指定消息的类型。
公共属性 PercentComplete 指示队列作业的完成百分比。
公共属性 QueueCompletedTime 指定的完成日期和时间的队列中处理作业。
公共属性 QueueEntryTime 指定的日期和作业进入队列的时间。
公共属性 QueueID 指定的队列的标识符 (1 是项目队列 ; 2 是时间表队列)。
公共属性 QueueLocalStorage
公共属性 QueuePosition 指定队列中的作业的位置。
公共属性 QueueProcessingTime 如果队列作业的处理,指定的日期和时间读取状态。
公共属性 QueueWakeupTime 日期和时间的上次启动的队列处理作业。
公共属性 ResourceGUID 指定与 Project Server 资源已提交到队列作业关联的唯一标识符。
公共属性 RowError (从 DataRow 继承。)
公共属性 RowState (从 DataRow 继承。)
公共属性 ServerId
公共属性 ServiceName 指定的队列服务关联的唯一标识符。
公共属性 Table (从 DataRow 继承。)
公共属性 WaitTime 表示以秒计的队列作业完成的预期的等待时间。

页首

方法

  名称 说明
公共方法 AcceptChanges (从 DataRow 继承。)
公共方法 BeginEdit (从 DataRow 继承。)
公共方法 CancelEdit (从 DataRow 继承。)
公共方法 ClearErrors (从 DataRow 继承。)
公共方法 Delete (从 DataRow 继承。)
公共方法 EndEdit (从 DataRow 继承。)
公共方法 Equals (从 Object 继承。)
受保护的方法 Finalize (从 Object 继承。)
公共方法 GetChildRows(String) (从 DataRow 继承。)
公共方法 GetChildRows(DataRelation) (从 DataRow 继承。)
公共方法 GetChildRows(String, DataRowVersion) (从 DataRow 继承。)
公共方法 GetChildRows(DataRelation, DataRowVersion) (从 DataRow 继承。)
公共方法 GetColumnError(Int32) (从 DataRow 继承。)
公共方法 GetColumnError(String) (从 DataRow 继承。)
公共方法 GetColumnError(DataColumn) (从 DataRow 继承。)
公共方法 GetColumnsInError (从 DataRow 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetParentRow(String) (从 DataRow 继承。)
公共方法 GetParentRow(DataRelation) (从 DataRow 继承。)
公共方法 GetParentRow(String, DataRowVersion) (从 DataRow 继承。)
公共方法 GetParentRow(DataRelation, DataRowVersion) (从 DataRow 继承。)
公共方法 GetParentRows(String) (从 DataRow 继承。)
公共方法 GetParentRows(DataRelation) (从 DataRow 继承。)
公共方法 GetParentRows(String, DataRowVersion) (从 DataRow 继承。)
公共方法 GetParentRows(DataRelation, DataRowVersion) (从 DataRow 继承。)
公共方法 GetType (从 Object 继承。)
公共方法 HasVersion (从 DataRow 继承。)
公共方法 IsErrorInfoNull 确定是否将ErrorInfo属性设为一个空引用(无 在 Visual Basic 中)值。
公共方法 IsMachineNameNull 确定是否将MachineName属性设为一个空引用(无 在 Visual Basic 中)值。
公共方法 IsNull(Int32) (从 DataRow 继承。)
公共方法 IsNull(String) (从 DataRow 继承。)
公共方法 IsNull(DataColumn) (从 DataRow 继承。)
公共方法 IsNull(DataColumn, DataRowVersion) (从 DataRow 继承。)
公共方法 IsQueueLocalStorageNull
公共方法 IsServerIdNull
公共方法 IsServiceNameNull 确定是否将ServiceName属性设为一个空引用(无 在 Visual Basic 中)值。
受保护的方法 MemberwiseClone (从 Object 继承。)
公共方法 RejectChanges (从 DataRow 继承。)
公共方法 SetAdded (从 DataRow 继承。)
公共方法 SetColumnError(Int32, String) (从 DataRow 继承。)
公共方法 SetColumnError(String, String) (从 DataRow 继承。)
公共方法 SetColumnError(DataColumn, String) (从 DataRow 继承。)
公共方法 SetErrorInfoNull ErrorInfo属性设置为一个空引用(无 在 Visual Basic 中)值。
公共方法 SetMachineNameNull MachineName属性设置为一个空引用(无 在 Visual Basic 中)值。
公共方法 SetModified (从 DataRow 继承。)
受保护的方法 SetNull (从 DataRow 继承。)
公共方法 SetParentRow(DataRow) (从 DataRow 继承。)
公共方法 SetParentRow(DataRow, DataRelation) (从 DataRow 继承。)
公共方法 SetQueueLocalStorageNull
公共方法 SetServerIdNull
公共方法 SetServiceNameNull ServiceName属性设置为一个空引用(无 在 Visual Basic 中)值。
公共方法 ToString (从 Object 继承。)

页首

另请参阅

引用

QueueStatusDataSet.StatusRow 类

WebSvcQueueSystem 命名空间