ServiceOperationResultKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration that describes the kind of results that a service operation provides.
public enum class ServiceOperationResultKind
public enum ServiceOperationResultKind
type ServiceOperationResultKind =
Public Enum ServiceOperationResultKind
- Inheritance
Fields
Name | Value | Description |
---|---|---|
DirectValue | 0 | A single value that cannot be further composed. |
Enumeration | 1 | An enumeration of values that cannot be further composed. |
QueryWithMultipleResults | 2 | A queryable object that returns multiple elements. |
QueryWithSingleResult | 3 | A query that returns a single item. |
Void | 4 | No results. |
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.