Freigeben über


ServerUserProfiles-Enumeration

Die ServerUserProfiles-Enumeration enthält Werte, mit denen Benutzerprofile auf dem Server angegeben werden.

Diese Enumeration verfügt über ein FlagsAttribute-Attribut, das die bitweise Kombination der Elementwerte zulässt.

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

Elemente

Elementname Beschreibung
None Es wird kein Profil erstellt.
SALogin Profil für die Systemadministratoranmeldung.
CreateDatabase Erstellt ein Profil zum Erstellen einer Datenbank.
CreateXP Erstellt ein Profil zum Erstellen einer erweiterten gespeicherten Prozedur.
All Alle Profiltypen.

Hinweise

The ServerUserProfiles class is served by the UserProfile property.