RequestObjectInfo.Flags 枚举

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

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

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

语法

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

成员

成员名称 说明
All Retrieves all the requested object information.
Children Retrieves the children of the requested object information.
None Retrieves none of the requested object information.
Parents Retrieves the parents of the requested object information.
Properties Retrieves the properties 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.

请参阅

参考

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间