ResultType 枚举

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

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

语法

声明
<DataContractAttribute(Name := "ResultType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration ResultType
用法
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

成员

成员名称 说明
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.

请参阅

参考

Microsoft.MasterDataServices.Services.DataContracts 命名空间