RequestObjectInfo.Flags-Enumeration
Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Diese Enumeration verfügt über ein FlagsAttribute-Attribut, das die bitweise Kombination der Elementwerte zulässt.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration Flags
'Usage
Dim instance As RequestObjectInfo.Flags
[FlagsAttribute]
public enum Flags
[FlagsAttribute]
public enum class Flags
[<FlagsAttribute>]
type Flags
public enum Flags
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| 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. |