Partager via


Énumération ResultType

Contains values specifying the level of detail to return for model object queries. The result type is used in association with a particular Object Type.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)

Syntaxe

'Déclaration
<DataContractAttribute(Name := "ResultType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration ResultType
'Utilisation
Dim instance As ResultType
[DataContractAttribute(Name = "ResultType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum ResultType
[DataContractAttribute(Name = L"ResultType", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class ResultType
[<DataContractAttribute(Name = "ResultType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ResultType
public enum ResultType

Membres

Nom de membre Description
None No data should be returned for the specified type of object.
Identifiers Only identifier information and attributes of each object should be returned for a specified type of object.
Details All details, including child objects, should be returned for a specified type of object.