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. |