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
'Deklaracja
<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 |
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.