次の方法で共有


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

    Web セキュリティ グループ GUID が含まれています。

戻り値

型: WebSvcSecurity.SecurityProjectCategoriesDataSet.GroupRelationsRow

関連項目

参照先

SecurityProjectCategoriesDataSet.GroupRelationsDataTable クラス

SecurityProjectCategoriesDataSet.GroupRelationsDataTable メンバー

WebSvcSecurity 名前空間