EntityMembersDeleteResponse Class

Definition

Represents a response message that should return an operation result.

public ref class EntityMembersDeleteResponse
[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="EntityMembersDeleteResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityMembersDeleteResponse
[<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="EntityMembersDeleteResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityMembersDeleteResponse = class
Public Class EntityMembersDeleteResponse
Inheritance
EntityMembersDeleteResponse
Attributes

Constructors

EntityMembersDeleteResponse()

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

EntityMembersDeleteResponse(OperationResult)

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

Fields

OperationResult

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

Applies to