ResultType Enum

Definition

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

Details 2

All details, including child objects, should be returned for a specified type of object.

Identifiers 1

Only identifier information and attributes of each object should be returned for a specified type of object.

None 0

No data should be returned for the specified type of object.

Remarks

The ResultType is used in association with a particular ObjectType.

Applies to