ObjectPropertyUsages 枚举

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

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

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

语法

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

成员

成员名称 说明
All Defines all the methods available which were used to access the property. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
Filter Defines the property which is used in filtering operations. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
None Defines the property which is not used. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
OrderBy Defines the property which is used in order-by operations. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
Request Defines the property which is used in request operations. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
Reserved1 Defines the value reserved for future use. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

请参阅

参考

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