Condividi tramite


Enumerazione RequestObjectInfo.Flags

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Questa enumerazione dispone di un attributo FlagsAttribute che consente una combinazione bit per bit dei relativi valori dei membri.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
<FlagsAttribute> _
Public Enumeration Flags
'Utilizzo
Dim instance As RequestObjectInfo.Flags
[FlagsAttribute]
public enum Flags
[FlagsAttribute]
public enum class Flags
[<FlagsAttribute>]
type Flags
public enum Flags

Membri

Nome membro Descrizione
None Retrieves none of the requested object information.
Properties Retrieves the properties of the requested object information.
Children Retrieves the children of the requested object information.
Parents Retrieves the parents 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.
All Retrieves all the requested object information.