ResourceAuthorizationDataSet.CategoryPermissionsDataTable.FindByWSEC_CAT_UIDWSEC_FEA_ACT_UIDRES_UID 方法
通过使用类别 GUID、 资源 GUID 和活动功能 GUID 检索一个CategoryPermissionsRow对象。
命名空间: WebSvcResource
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Function FindByWSEC_CAT_UIDWSEC_FEA_ACT_UIDRES_UID ( _
WSEC_CAT_UID As Guid, _
WSEC_FEA_ACT_UID As Guid, _
RES_UID As Guid _
) As ResourceAuthorizationDataSet.CategoryPermissionsRow
用法
Dim instance As ResourceAuthorizationDataSet.CategoryPermissionsDataTable
Dim WSEC_CAT_UID As Guid
Dim WSEC_FEA_ACT_UID As Guid
Dim RES_UID As Guid
Dim returnValue As ResourceAuthorizationDataSet.CategoryPermissionsRow
returnValue = instance.FindByWSEC_CAT_UIDWSEC_FEA_ACT_UIDRES_UID(WSEC_CAT_UID, _
WSEC_FEA_ACT_UID, RES_UID)
public ResourceAuthorizationDataSet.CategoryPermissionsRow FindByWSEC_CAT_UIDWSEC_FEA_ACT_UIDRES_UID(
Guid WSEC_CAT_UID,
Guid WSEC_FEA_ACT_UID,
Guid RES_UID
)
参数
WSEC_CAT_UID
类型:System.Guid包含 Web 安全权限类别的 GUID。
WSEC_FEA_ACT_UID
类型:System.Guid包含由 Web 安全管理的活动功能的 GUID。
RES_UID
类型:System.Guid包含资源 GUID。
返回值
类型:WebSvcResource.ResourceAuthorizationDataSet.CategoryPermissionsRow
另请参阅
引用
ResourceAuthorizationDataSet.CategoryPermissionsDataTable 类
ResourceAuthorizationDataSet.CategoryPermissionsDataTable 成员