Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Это перечисление имеет атрибут FlagsAttribute, допускающий побитовое сочетание значений его элементов.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
<FlagsAttribute> _
Public Enumeration Flags
'Применение
Dim instance As RequestObjectInfo.Flags
[FlagsAttribute]
public enum Flags
[FlagsAttribute]
public enum class Flags
[<FlagsAttribute>]
type Flags
public enum Flags
Элементы
| Имя элемента | Описание | |
|---|---|---|
| All | Retrieves all the requested object information. | |
| Children | Retrieves the children of the requested object information. | |
| None | Retrieves none of the requested object information. | |
| Parents | Retrieves the parents of the requested object information. | |
| Properties | Retrieves the properties of the requested object information. | |
| ResultTypes | Retrieves the types of result supported by the requested object information. | |
| UrnProperties | Retrieves the properties that make up the URN (Uniform Resource Name) property of the requested object information. |