EntityMembersUpdateResponse Class

Definition

Represents a response message that contains the results of the operation.

public ref class EntityMembersUpdateResponse
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="EntityMembersUpdateResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityMembersUpdateResponse
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="EntityMembersUpdateResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityMembersUpdateResponse = class
Public Class EntityMembersUpdateResponse
Inheritance
EntityMembersUpdateResponse
Attributes

Remarks

If you attempt to update the Code attribute and any other attribute in one call to EntityMembersUpdateRequest, only the Code attribute is updated.

Constructors

EntityMembersUpdateResponse()

Initializes a new instance of the EntityMembersUpdateResponse class that has default values.

EntityMembersUpdateResponse(OperationResult)

Initializes a new instance of the EntityMembersUpdateResponse class that has the specified operation result.

Fields

OperationResult

The operation result, including a unique ID for tracking and logging.

Applies to