Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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
Элементы
| Имя элемента | Описание | |
|---|---|---|
| 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. |
Замечания
The ServerUserProfiles class is served by the UserProfile property.