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包含 [網頁安全性] 群組的 GUID。
傳回值
類型:WebSvcResource.ResourceAuthorizationDataSet.GroupMembershipsRow
請參閱
參照
ResourceAuthorizationDataSet.GroupMembershipsDataTable 類別