Condividi tramite


ServerUserProfiles Enumeration

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

Spazio dei nomi: Microsoft.SqlServer.Management.Common
Assembly : Microsoft.SqlServer.ConnectionInfo (in microsoft.sqlserver.connectioninfo.dll)

Sintassi

'Dichiarazione
<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  

Osservazioni

The ServerUserProfiles class is served by the UserProfile property.

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Microsoft.SqlServer.Management.Common Namespace