Compartir a través de


Enumeración RequestObjectInfo.Flags

No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Esta enumeración tiene un atributo FlagsAttribute que permite una combinación bit a bit de los valores de sus miembros.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
<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

Miembros

Nombre del miembro Descripción
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.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc