SecurityTemplatesDataSet.CategoryPermissionsDataTable.FindByWSEC_FEA_ACT_UIDWSEC_TMPL_UID 方法

获取由安全操作和模板指定的CategoryPermissionsRow对象。

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

语法

声明
Public Function FindByWSEC_FEA_ACT_UIDWSEC_TMPL_UID ( _
    WSEC_FEA_ACT_UID As Guid, _
    WSEC_TMPL_UID As Guid _
) As SecurityTemplatesDataSet.CategoryPermissionsRow
用法
Dim instance As SecurityTemplatesDataSet.CategoryPermissionsDataTable
Dim WSEC_FEA_ACT_UID As Guid
Dim WSEC_TMPL_UID As Guid
Dim returnValue As SecurityTemplatesDataSet.CategoryPermissionsRow

returnValue = instance.FindByWSEC_FEA_ACT_UIDWSEC_TMPL_UID(WSEC_FEA_ACT_UID, _
    WSEC_TMPL_UID)
public SecurityTemplatesDataSet.CategoryPermissionsRow FindByWSEC_FEA_ACT_UIDWSEC_TMPL_UID(
    Guid WSEC_FEA_ACT_UID,
    Guid WSEC_TMPL_UID
)

参数

  • WSEC_FEA_ACT_UID
    类型:System.Guid

    包含 web 安全功能操作 GUID。

  • WSEC_TMPL_UID
    类型:System.Guid

    包含 web 安全模板的 GUID。

返回值

类型:WebSvcSecurity.SecurityTemplatesDataSet.CategoryPermissionsRow

另请参阅

引用

SecurityTemplatesDataSet.CategoryPermissionsDataTable 类

SecurityTemplatesDataSet.CategoryPermissionsDataTable 成员

WebSvcSecurity 命名空间