Поделиться через


Свойство ServerPermission.AlterAnyConnection

Gets a permission that can be included in the server permission set.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Shared ReadOnly Property AlterAnyConnection As ServerPermission 
    Get
'Применение
Dim value As ServerPermission 

value = ServerPermission.AlterAnyConnection
public static ServerPermission AlterAnyConnection { get; }
public:
static property ServerPermission^ AlterAnyConnection {
    ServerPermission^ get ();
}
static member AlterAnyConnection : ServerPermission
static function get AlterAnyConnection () : ServerPermission

Значение свойства

Тип: Microsoft.SqlServer.Management.Smo.ServerPermission
A ServerPermission object that represents the AlterAnyConnectionpermission that can be included in the server permission set.

Примеры

Предоставление, отмена и запрет разрешений

См. также

Справочник

ServerPermission Класс

Пространство имен Microsoft.SqlServer.Management.Smo

Другие ресурсы

Разрешения (компонент Database Engine)

sys.server_permissions (Transact-SQL)