OperationResult Class

Definition

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
OperationResult
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)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)
SetProperty<T>(T, T, String, Boolean)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)

Applies to