| 1 | #pragma once |
| 2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. |
| 3 | |
| 4 | |
| 5 | #define COST_PARTITION_CREATE 10000 |
| 6 | #define COST_PARTITION_DELETE 10000 |
| 7 | |
| 8 | #define COST_PARTITION_USER_CREATE 10000 |
| 9 | #define COST_PARTITION_USER_DELETE 10000 |
| 10 | |
| 11 | #define COST_USER_IN_PARTITION_ROLE_CREATE 10000 |
| 12 | #define COST_USER_IN_PARTITION_ROLE_DELETE 10000 |
| 13 | |
| 14 | #define COST_APPLICATION_CREATE 10000 |
| 15 | #define COST_APPLICATION_DELETE 10000 |
| 16 | |
| 17 | #define COST_APPLICATION_ROLE_CREATE 10000 |
| 18 | #define COST_APPLICATION_ROLE_DELETE 10000 |
| 19 | |
| 20 | #define COST_USER_IN_APPLICATION_ROLE_CREATE 10000 |
| 21 | #define COST_USER_IN_APPLICATION_ROLE_DELETE 10000 |
| 22 | |
| 23 | #define COST_ASSEMBLY_REGISTER 50000 |
| 24 | #define COST_ASSEMBLY_UNREGISTER 10000 |
| 25 | |
| 26 | #define COST_ROLLASSIGNMENT_CREATE 10000 |
| 27 | #define COST_ROLLASSIGNMENT_DELETE 10000 |
| 28 | |
| 29 | #define COST_SUBSCRIPTION_CREATE 10000 |
| 30 | #define COST_SUBSCRIPTION_DELETE 10000 |