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.
The results from metadata operations.
public ref class OperationResult : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="OperationResult", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class OperationResult : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<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
Remarks
The OperationResult complex type specifies a standard container for all operation responses that includes a list of errors.
Constructors
OperationResult() |
Constructor |
Properties
Errors |
The errors associated with this request. |
RequestId |
Unique Id for the request. Used for tracking and logging purposes |
Methods
SetProperty<T>(T, T, String, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |