Énumération RequestObjectInfo.Flags
Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Cette énumération possède un attribut FlagsAttribute qui permet la combinaison d'opérations de bits de ses valeurs membres.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
<FlagsAttribute> _
Public Enumeration Flags
'Utilisation
Dim instance As RequestObjectInfo.Flags
[FlagsAttribute]
public enum Flags
[FlagsAttribute]
public enum class Flags
[<FlagsAttribute>]
type Flags
public enum Flags
Membres
Nom de membre | Description | |
---|---|---|
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. |