UserType 열거형
Specifies the user type.
네임스페이스: Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리: Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)
구문
‘선언
Public Enumeration UserType
‘사용 방법
Dim instance As UserType
public enum UserType
public enum class UserType
type UserType
public enum UserType
멤버
멤버 이름 | 설명 | |
---|---|---|
AsymmetricKey | An asymmetric key. | |
Certificate | A certificate. | |
NoLogin | A user that cannot log in to SQL Server. | |
SqlLogin | A SQL Server login. |