EntityMembersCopyResponse Class

Definition

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

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

Constructors

EntityMembersCopyResponse()

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

EntityMembersCopyResponse(OperationResult)

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

Fields

OperationResult

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

Applies to