ResultType Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the level of detail to return for model object queries. The result type is used in association with a particular object type.
public enum class ResultType
[System.Runtime.Serialization.DataContract(Name="ResultType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum ResultType
[<System.Runtime.Serialization.DataContract(Name="ResultType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ResultType =
Public Enum ResultType
- Inheritance
-
ResultType
- Attributes
Name | Value | Description |
---|---|---|
None | 0 | Do not return any information. |
Identifiers | 1 | Return Identifiers and commonly used information. |
Details | 2 | Return full details, all information. |
The ResultType simple type specifies the level of detail to return for model object queries. The result type is used in association with a particular object type.
Toode | Versioonid |
---|---|
SQL Server .NET SDK | 2016, 2017, 2019 |