StatusFreq 构造函数 (DataRow[])

通过使用DataRow对象数组,其中包含日期的开始和结束的状态期间创建一个StatusFreq对象。

命名空间:  Microsoft.Office.Project.Server.Library
程序集:  Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)

语法

声明
Public Sub New ( _
    dr As DataRow() _
)
用法
Dim dr As DataRow()

Dim instance As New StatusFreq(dr)
public StatusFreq(
    DataRow[] dr
)

参数

  • dr
    类型:[]

    开始和结束状态期间的日期的数组。

另请参阅

引用

StatusFreq 类

StatusFreq 成员

StatusFreq 重载

Microsoft.Office.Project.Server.Library 命名空间