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
All Alle Profiltypen.
CreateDatabase Erstellt ein Profil zum Erstellen einer Datenbank.
CreateXP Erstellt ein Profil zum Erstellen einer erweiterten gespeicherten Prozedur.
None Es wird kein Profil erstellt.
SALogin Profil für die Systemadministratoranmeldung.

Hinweise

Die ServerUserProfiles-Klasse wird von der UserProfile-Eigenschaft bereitgestellt.

Siehe auch

Verweis

Microsoft.SqlServer.Management.Common-Namespace