Propriété AlterAnyRole
Gets a permission that can be included in the database permission set.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Shared ReadOnly Property AlterAnyRole As DatabasePermission
Get
'Utilisation
Dim value As DatabasePermission
value = DatabasePermission.AlterAnyRole
public static DatabasePermission AlterAnyRole { get; }
public:
static property DatabasePermission^ AlterAnyRole {
DatabasePermission^ get ();
}
static member AlterAnyRole : DatabasePermission
static function get AlterAnyRole () : DatabasePermission
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .DatabasePermission
A DatabasePermission object that represents the AlterAnyRole permission that can be included in the database permission set.
Voir aussi