CalendarDataSet.CalendarsDataTable.AddCalendarsRow 方法 (Guid, String, Boolean, Guid, DateTime, DateTime, DateTime, Guid)

此成员仅供内部使用,不能直接在您的代码中使用。

命名空间:  WebSvcCalendar
程序集:  ProjectServerServices(位于 ProjectServerServices.dll 中)

语法

声明
Public Function AddCalendarsRow ( _
    CAL_UID As Guid, _
    CAL_NAME As String, _
    CAL_IS_STANDARD_CAL As Boolean, _
    CAL_CHECKOUTBY As Guid, _
    CAL_CHECKOUTDATE As DateTime, _
    CREATED_DATE As DateTime, _
    MOD_DATE As DateTime, _
    CalendarUniqueIdToDuplicate As Guid _
) As CalendarDataSet.CalendarsRow
用法
Dim instance As CalendarDataSet.CalendarsDataTable
Dim CAL_UID As Guid
Dim CAL_NAME As String
Dim CAL_IS_STANDARD_CAL As Boolean
Dim CAL_CHECKOUTBY As Guid
Dim CAL_CHECKOUTDATE As DateTime
Dim CREATED_DATE As DateTime
Dim MOD_DATE As DateTime
Dim CalendarUniqueIdToDuplicate As Guid
Dim returnValue As CalendarDataSet.CalendarsRow

returnValue = instance.AddCalendarsRow(CAL_UID, _
    CAL_NAME, CAL_IS_STANDARD_CAL, CAL_CHECKOUTBY, _
    CAL_CHECKOUTDATE, CREATED_DATE, _
    MOD_DATE, CalendarUniqueIdToDuplicate)
public CalendarDataSet.CalendarsRow AddCalendarsRow(
    Guid CAL_UID,
    string CAL_NAME,
    bool CAL_IS_STANDARD_CAL,
    Guid CAL_CHECKOUTBY,
    DateTime CAL_CHECKOUTDATE,
    DateTime CREATED_DATE,
    DateTime MOD_DATE,
    Guid CalendarUniqueIdToDuplicate
)

参数

返回值

类型:WebSvcCalendar.CalendarDataSet.CalendarsRow

备注

一般情况下,开发人员应使用的AddCalendarsRow重载。

另请参阅

引用

CalendarDataSet.CalendarsDataTable 类

CalendarDataSet.CalendarsDataTable 成员

AddCalendarsRow 重载

WebSvcCalendar 命名空间