Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Contains values that specify the level of detail to return for model object queries.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "ResultType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration ResultType
'Usage
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
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| 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. |
Hinweise
The ResultType is used in association with a particular ObjectType.