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 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 | All types of profiles. | |
CreateDatabase | Creates a Create Database profile. | |
CreateXP | Creates a Create Extended Stored Procedure profile. | |
None | No profile is created. | |
SALogin | System administrator login profile. |
Hinweise
The ServerUserProfiles class is served by the UserProfile property.