Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 RequestFieldsTypes
'Usage
Dim instance As RequestFieldsTypes
[FlagsAttribute]
public enum RequestFieldsTypes
[FlagsAttribute]
public enum class RequestFieldsTypes
[<FlagsAttribute>]
type RequestFieldsTypes
public enum RequestFieldsTypes
Members
Member name | Description | |
---|---|---|
IncludeExpensiveInResult | Includes the expensive properties in the list of the result. | |
Reject | Discards some of the properties in the list. | |
Request | Brings the properties in the list else rejects them. |