Свойство AlterAnyEndpoint
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 AlterAnyEndpoint As ServerPermission
Get
'Применение
Dim value As ServerPermission
value = ServerPermission.AlterAnyEndpoint
public static ServerPermission AlterAnyEndpoint { get; }
public:
static property ServerPermission^ AlterAnyEndpoint {
ServerPermission^ get ();
}
static member AlterAnyEndpoint : ServerPermission
static function get AlterAnyEndpoint () : ServerPermission
Значение свойства
Тип: Microsoft.SqlServer.Management.Smo. . :: . .ServerPermission
A ServerPermission object that represents the AlterAnyEndpoint permission that can be included in the server permission set.
См. также