ServerLevelPermissionsGroup Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Permission group for validations. These groups will run a set of permissions for validating user activity. Select the permission group for the activity that you are performing.
public enum ServerLevelPermissionsGroup
type ServerLevelPermissionsGroup =
Public Enum ServerLevelPermissionsGroup
- Inheritance
-
ServerLevelPermissionsGroup
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Default. |
MigrationFromSqlServerToAzureDB | 1 | MigrationFromSqlServerToAzureDB. |
MigrationFromSqlServerToAzureMI | 2 | MigrationFromSqlServerToAzureMI. |
MigrationFromMySqlToAzureDBForMySql | 3 | MigrationFromMySQLToAzureDBForMySQL. |
MigrationFromSqlServerToAzureVm | 4 | MigrationFromSqlServerToAzureVM. |
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET