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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา