Compartir a través de


Enumeración ResultType

Specifies the type of results to return during API get operations.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataContractAttribute(Name := "ResultType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration ResultType
'Uso
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

Miembros

Nombre del miembro Descripción
Details The type that return full details, all information.
Identifiers The type that return identifiers and commonly used information.
None The type that do not return any information.

Vea también

Referencia

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts