다음을 통해 공유


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

멤버

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

주의

The UserType enumeration is served by the UserType property.

참고 항목

참조

Microsoft.SqlServer.Management.Smo 네임스페이스