UserType Enumeration
The UserType enumeration contains constant values that specify the security type for the user.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)
语法
声明
Public Enumeration UserType
public enum UserType
public enum class UserType
public enum UserType
public enum UserType
Members
Member name | Description |
---|---|
AsymmetricKey | The user type is an asymmetric key. |
Certificate | The user type is a certificate. |
NoLogin | The user cannot log on to SQL Server. |
SqlLogin | The user type is a SQL Server login. |
备注
已更新的文本:
The UserType enumeration is served by the UserType property.
仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。