Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Esta enumeração tem um atributo FlagsAttribute que permite uma combinação bit a bit de seus valores de membro.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
<FlagsAttribute> _
Public Enumeration Flags
'Uso
Dim instance As RequestObjectInfo.Flags
[FlagsAttribute]
public enum Flags
[FlagsAttribute]
public enum class Flags
[<FlagsAttribute>]
type Flags
public enum Flags
Membros
| Nome do membro | Descrição | |
|---|---|---|
| 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. |