ServerUserProfiles 枚举

The ServerUserProfiles enumeration contains values that are used to specify user profiles on the server.

此枚举具有可以使用其成员值位组合的 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 All types of profiles.
CreateDatabase Creates a Create Database profile.
CreateXP Creates a Create Extended Stored Procedure profile.
None No profile is created.
SALogin System administrator login profile.

注释

The ServerUserProfiles class is served by the UserProfile property.

请参阅

参考

Microsoft.SqlServer.Management.Common 命名空间