ServerUserProfiles-Enumeration

The ServerUserProfiles enumeration contains values that are used to specify user profiles on the server.

Diese Enumeration verfügt über ein FlagsAttribute-Attribut, das die bitweise Kombination der Memberwerte 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

Member

Membername Beschreibung
None No profile is created.
SALogin
CreateDatabase Creates a Create Database profile.
CreateXP Creates a Create Extended Stored Procedure profile.
All All types of profiles.

Hinweise

The ServerUserProfiles class is served by the UserProfile property.