ServerUserProfiles Enumeration

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

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration ServerUserProfiles
'Usage
Dim instance As ServerUserProfiles
[FlagsAttribute]
public enum ServerUserProfiles
[FlagsAttribute]
public enum class ServerUserProfiles
[<FlagsAttribute>]
type ServerUserProfiles
public enum ServerUserProfiles

Members

Member name Description
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.

Remarks

The ServerUserProfiles class is served by the UserProfile property.

See Also

Reference

Microsoft.SqlServer.Management.Common Namespace