PermissionDataSet.ActionsDataTable.AddActionsRow 方法 (Guid, String, PermissionDataSet.FeaturesRow)

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

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

语法

声明
Public Function AddActionsRow ( _
    WSEC_FEA_ACT_UID As Guid, _
    WSEC_FEA_ACT_NAME As String, _
    parentFeaturesRowByFeatures_Actions As PermissionDataSet.FeaturesRow _
) As PermissionDataSet.ActionsRow
用法
Dim instance As PermissionDataSet.ActionsDataTable
Dim WSEC_FEA_ACT_UID As Guid
Dim WSEC_FEA_ACT_NAME As String
Dim parentFeaturesRowByFeatures_Actions As PermissionDataSet.FeaturesRow
Dim returnValue As PermissionDataSet.ActionsRow

returnValue = instance.AddActionsRow(WSEC_FEA_ACT_UID, _
    WSEC_FEA_ACT_NAME, parentFeaturesRowByFeatures_Actions)
public PermissionDataSet.ActionsRow AddActionsRow(
    Guid WSEC_FEA_ACT_UID,
    string WSEC_FEA_ACT_NAME,
    PermissionDataSet.FeaturesRow parentFeaturesRowByFeatures_Actions
)

参数

返回值

类型:WebSvcSecurity.PermissionDataSet.ActionsRow

另请参阅

引用

PermissionDataSet.ActionsDataTable 类

PermissionDataSet.ActionsDataTable 成员

AddActionsRow 重载

WebSvcSecurity 命名空间