SecurityProjectCategoriesDataSet.GroupRelationsDataTable.AddGroupRelationsRow メソッド (Guid, Guid)
指定したパラメーターを使用して、 GroupRelationsRowテーブルに、新しいGroupRelationsRowオブジェクトを追加します。
名前空間: WebSvcSecurity
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Function AddGroupRelationsRow ( _
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.AddGroupRelationsRow(WSEC_CAT_UID, _
WSEC_GRP_UID)
public SecurityProjectCategoriesDataSet.GroupRelationsRow AddGroupRelationsRow(
Guid WSEC_CAT_UID,
Guid WSEC_GRP_UID
)
パラメーター
WSEC_CAT_UID
型: System.GuidGroupRelationsRowのセキュリティ カテゴリ GUID。
WSEC_GRP_UID
型: System.GuidGroupRelationsRowでのセキュリティ グループ GUID。
戻り値
型: WebSvcSecurity.SecurityProjectCategoriesDataSet.GroupRelationsRow
関連項目
参照先
SecurityProjectCategoriesDataSet.GroupRelationsDataTable クラス
SecurityProjectCategoriesDataSet.GroupRelationsDataTable メンバー