ServerUserProfiles 枚举包含用来在服务器上指定用户配置文件的值。
此枚举具有可以使用其成员值位组合的 FlagsAttribute 属性。
命名空间: Microsoft.SqlServer.Management.Common
程序集: Microsoft.SqlServer.ConnectionInfo(在 Microsoft.SqlServer.ConnectionInfo.dll 中)
语法
声明
<FlagsAttribute> _
Public Enumeration ServerUserProfiles
用法
Dim instance As ServerUserProfiles
[FlagsAttribute]
public enum ServerUserProfiles
[FlagsAttribute]
public enum class ServerUserProfiles
[<FlagsAttribute>]
type ServerUserProfiles
public enum ServerUserProfiles
成员
| 成员名称 | 说明 | |
|---|---|---|
| All | 所有配置文件类型。 | |
| CreateDatabase | 创建“创建数据库”配置文件。 | |
| CreateXP | 创建“创建扩展存储过程”配置文件。 | |
| None | 不创建配置文件。 | |
| SALogin | 系统管理员登录配置文件。 |
注释
ServerUserProfiles 类由 UserProfile 物产服务。