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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.