Поделиться через


Перечисление ServerUserProfiles

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

Это перечисление имеет атрибут FlagsAttribute, допускающий побитовое сочетание значений его элементов.

Пространство имен:  Microsoft.SqlServer.Management.Common
Сборка:  Microsoft.SqlServer.ConnectionInfo (в Microsoft.SqlServer.ConnectionInfo.dll)

Синтаксис

'Декларация
<FlagsAttribute> _
Public Enumeration ServerUserProfiles
'Применение
Dim instance As ServerUserProfiles
[FlagsAttribute]
public enum ServerUserProfiles
[FlagsAttribute]
public enum class ServerUserProfiles
[<FlagsAttribute>]
type ServerUserProfiles
public enum ServerUserProfiles

Элементы

Имя элемента Описание
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.

Замечания

The ServerUserProfiles class is served by the UserProfile property.