RequestFieldsTypes-Enumeration
Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Diese Enumeration verfügt über ein FlagsAttribute-Attribut, das die bitweise Kombination der Elementwerte zulässt.
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
Elemente
Elementname | Beschreibung | |
---|---|---|
Request | Brings the properties in the list else rejects them. | |
IncludeExpensiveInResult | Includes the expensive properties in the list of the result. | |
Reject | Discards some of the properties in the list. |