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 |
Hinweise
The ServerUserProfiles class is served by the UserProfile property.
Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.