ServerUserProfiles Enumeration
The ServerUserProfiles enumeration contains values that are used to specify user profiles on the server.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in microsoft.sqlserver.connectioninfo.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration ServerUserProfiles
[FlagsAttribute]
public enum ServerUserProfiles
[FlagsAttribute]
public enum class ServerUserProfiles
/** @attribute FlagsAttribute() */
public enum ServerUserProfiles
FlagsAttribute
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 |
Remarks
The ServerUserProfiles class is served by the UserProfile property.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.