ResultType 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.
Specifies the level of detail to return for model object queries. The result type is used in association with a particular object type.
public enum class ResultType
[System.Runtime.Serialization.DataContract(Name="ResultType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum ResultType
[<System.Runtime.Serialization.DataContract(Name="ResultType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ResultType =
Public Enum ResultType
- Inheritance
-
ResultType
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | Do not return any information. |
Identifiers | 1 | Return Identifiers and commonly used information. |
Details | 2 | Return full details, all information. |
Remarks
The ResultType simple type specifies the level of detail to return for model object queries. The result type is used in association with a particular object type.