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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.