RequestObjectInfo.Flags Enumeration
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration Flags
'Usage
Dim instance As RequestObjectInfo.Flags
[FlagsAttribute]
public enum Flags
[FlagsAttribute]
public enum class Flags
[<FlagsAttribute>]
type Flags
public enum Flags
Members
Member name | 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. |