OperationResult Class
Definition
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 a standard container for all operation responses that includes a list of errors.
public ref class OperationResult : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="OperationResult", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class OperationResult : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="OperationResult", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type OperationResult = class
inherit DataContractBase
Public Class OperationResult
Inherits DataContractBase
- Inheritance
- Attributes
Constructors
OperationResult() |
Initializes a new instance of the OperationResult class. |
Properties
Errors |
Gets or sets an array that contains any and all errors that occurred during the operation request. |
ExtensionData |
Gets or sets the structure that contains extra data. (Inherited from DataContractBase) |
RequestId |
Gets or sets a request ID. |