共用方式為


SecurityProjectCategoriesDataSet.GroupRelationsDataTable.FindByWSEC_CAT_UIDWSEC_GRP_UID 方法

會取得安全性類別及群組所指定之GroupRelationsRow物件。

命名空間:  WebSvcSecurity
組件:  ProjectServerServices (在 ProjectServerServices.dll 中)

語法

'宣告
Public Function FindByWSEC_CAT_UIDWSEC_GRP_UID ( _
    WSEC_CAT_UID As Guid, _
    WSEC_GRP_UID As Guid _
) As SecurityProjectCategoriesDataSet.GroupRelationsRow
'用途
Dim instance As SecurityProjectCategoriesDataSet.GroupRelationsDataTable
Dim WSEC_CAT_UID As Guid
Dim WSEC_GRP_UID As Guid
Dim returnValue As SecurityProjectCategoriesDataSet.GroupRelationsRow

returnValue = instance.FindByWSEC_CAT_UIDWSEC_GRP_UID(WSEC_CAT_UID, _
    WSEC_GRP_UID)
public SecurityProjectCategoriesDataSet.GroupRelationsRow FindByWSEC_CAT_UIDWSEC_GRP_UID(
    Guid WSEC_CAT_UID,
    Guid WSEC_GRP_UID
)

參數

  • WSEC_CAT_UID
    類型:System.Guid

    包含 web 安全性類別的 GUID。

  • WSEC_GRP_UID
    類型:System.Guid

    包含 [網頁安全性] 群組的 GUID。

傳回值

類型:WebSvcSecurity.SecurityProjectCategoriesDataSet.GroupRelationsRow

請參閱

參照

SecurityProjectCategoriesDataSet.GroupRelationsDataTable 類別

SecurityProjectCategoriesDataSet.GroupRelationsDataTable 成員

WebSvcSecurity 命名空間