Authenticate 속성
Gets a permission that can be included in the database permission set.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Shared ReadOnly Property Authenticate As DatabasePermission
Get
‘사용 방법
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
속성 값
유형: Microsoft.SqlServer.Management.Smo. . :: . .DatabasePermission
A DatabasePermission object that represents the Authenticate permission that can be included in the database permission set.