다음을 통해 공유


UserType 열거형

The UserType enumeration contains constant values that specify the security type for the user.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.SqlEnum(Microsoft.SqlServer.SqlEnum.dll)

구문

‘선언
Public Enumeration UserType
‘사용 방법
Dim instance As UserType
public enum UserType
public enum class UserType
type UserType
public enum UserType

멤버

멤버 이름 설명
SqlLogin The user type is a SQL Server login.
Certificate The user type is a certificate.
AsymmetricKey The user type is an asymmetric key.
NoLogin The user cannot log in to SQL Server.

주의

The UserType enumeration is served by the UserType property.