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.Guid在GroupRelationsRow安全性類別的 GUID。
WSEC_GRP_UID
類型:System.Guid[安全性] 群組 GUID GroupRelationsRow中。
傳回值
類型:WebSvcSecurity.SecurityProjectCategoriesDataSet.GroupRelationsRow
請參閱
參照
SecurityProjectCategoriesDataSet.GroupRelationsDataTable 類別