RequestFieldsTypes 枚举

不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

此枚举具有可以使用其成员值位组合的 FlagsAttribute 属性。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
<FlagsAttribute> _
Public Enumeration RequestFieldsTypes
用法
Dim instance As RequestFieldsTypes
[FlagsAttribute]
public enum RequestFieldsTypes
[FlagsAttribute]
public enum class RequestFieldsTypes
[<FlagsAttribute>]
type RequestFieldsTypes
public enum RequestFieldsTypes

成员

成员名称 说明
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.