ResourceAuthorizationDataSet.GroupMembershipsDataTable.FindByRES_UIDWSEC_GRP_UID 方法
通过使用指定的资源 GUID 和 web 安全组 GUID 检索一个GroupMembershipsRow对象。
命名空间: WebSvcResource
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Function FindByRES_UIDWSEC_GRP_UID ( _
RES_UID As Guid, _
WSEC_GRP_UID As Guid _
) As ResourceAuthorizationDataSet.GroupMembershipsRow
用法
Dim instance As ResourceAuthorizationDataSet.GroupMembershipsDataTable
Dim RES_UID As Guid
Dim WSEC_GRP_UID As Guid
Dim returnValue As ResourceAuthorizationDataSet.GroupMembershipsRow
returnValue = instance.FindByRES_UIDWSEC_GRP_UID(RES_UID, _
WSEC_GRP_UID)
public ResourceAuthorizationDataSet.GroupMembershipsRow FindByRES_UIDWSEC_GRP_UID(
Guid RES_UID,
Guid WSEC_GRP_UID
)
参数
RES_UID
类型:System.Guid包含资源 GUID。
WSEC_GRP_UID
类型:System.Guid包含 web 安全组 GUID。
返回值
类型:WebSvcResource.ResourceAuthorizationDataSet.GroupMembershipsRow
另请参阅
引用
ResourceAuthorizationDataSet.GroupMembershipsDataTable 类