SecurityProjectCategoriesDataSet.UserRelationsDataTable.FindByWSEC_CAT_UIDRES_UID メソッド
セキュリティ カテゴリおよびリソースによって指定されたUserRelationsRowオブジェクトを取得します。
名前空間: WebSvcSecurity
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Function FindByWSEC_CAT_UIDRES_UID ( _
WSEC_CAT_UID As Guid, _
RES_UID As Guid _
) As SecurityProjectCategoriesDataSet.UserRelationsRow
'使用
Dim instance As SecurityProjectCategoriesDataSet.UserRelationsDataTable
Dim WSEC_CAT_UID As Guid
Dim RES_UID As Guid
Dim returnValue As SecurityProjectCategoriesDataSet.UserRelationsRow
returnValue = instance.FindByWSEC_CAT_UIDRES_UID(WSEC_CAT_UID, _
RES_UID)
public SecurityProjectCategoriesDataSet.UserRelationsRow FindByWSEC_CAT_UIDRES_UID(
Guid WSEC_CAT_UID,
Guid RES_UID
)
パラメーター
WSEC_CAT_UID
型: System.GuidWeb セキュリティ カテゴリ GUID が含まれています。
RES_UID
型: System.Guidリソース GUID が含まれています。
戻り値
型: WebSvcSecurity.SecurityProjectCategoriesDataSet.UserRelationsRow
関連項目
参照先
SecurityProjectCategoriesDataSet.UserRelationsDataTable クラス
SecurityProjectCategoriesDataSet.UserRelationsDataTable メンバー