Share via


DatabasePermission.Authenticate Property

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

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

Syntax

'Declaration
Public Shared ReadOnly Property Authenticate As DatabasePermission
    Get
'Usage
Dim value As DatabasePermission

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

Property Value

Type: Microsoft.SqlServer.Management.Smo.DatabasePermission
A DatabasePermission object that represents the Authenticate permission that can be included in the database permission set.