共用方式為


ResultType 列舉

Contains values that specify the level of detail to return for model object queries.

命名空間:  Microsoft.MasterDataServices
組件:  Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.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

成員

成員名稱 說明
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.

備註

The ResultType is used in association with a particular ObjectType.

請參閱

參考

Microsoft.MasterDataServices 命名空間