ObjectPropertyUsages Enumeration
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 ObjectPropertyUsages
'Usage
Dim instance As ObjectPropertyUsages
[FlagsAttribute]
public enum ObjectPropertyUsages
[FlagsAttribute]
public enum class ObjectPropertyUsages
[<FlagsAttribute>]
type ObjectPropertyUsages
public enum ObjectPropertyUsages
Members
Member name | Description | |
---|---|---|
None | Defines the property which is not used. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Filter | Defines the property which is used in filtering operations. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Request | Defines the property which is used in request operations. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
OrderBy | Defines the property which is used in order-by operations. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Reserved1 | Defines the value reserved for future use. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
All | Defines all the methods available which were used to access the property. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |