Expand Minimize
This topic has not yet been rated - Rate this topic

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)
[FlagsAttribute]
public enum ServerUserProfiles
Member nameDescription
NoneNo profile is created.
SALoginSystem administrator login profile.
CreateDatabaseCreates a Create Database profile.
CreateXPCreates a Create Extended Stored Procedure profile.
AllAll types of profiles.

The ServerUserProfiles class is served by the UserProfile property.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.