ServerPermission.AuthenticateServer Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

public static ServerPermission AuthenticateServer { get; }
public:
property ServerPermission^ AuthenticateServer {
    static ServerPermission^ get();
}
static member AuthenticateServer : ServerPermission with get
Public Shared ReadOnly Property AuthenticateServer As ServerPermission

Property Value

Type: Microsoft.SqlServer.Management.Smo.ServerPermission

A ServerPermission object that represents the AuthenticateServer permission that can be included in the server permission set.

Examples

Legacy Code Example

Granting, Revoking, and Denying Permissions

See Also

ServerPermission Class
Microsoft.SqlServer.Management.Smo Namespace
Permissions (Database Engine)
sys.server_permissions (Transact-SQL)

Return to top