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