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.
Contains values that specify the level of detail to return for model object queries.
public enum class ResultType
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContract(Name="ResultType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum ResultType
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<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 | No data should be returned for the specified type of object. |
Identifiers | 1 | Only identifier information and attributes of each object should be returned for a specified type of object. |
Details | 2 | All details, including child objects, should be returned for a specified type of object. |
Remarks
The ResultType is used in association with a particular ObjectType.