EntityMembersCreateResponse Class

Definition

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

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

Constructors

EntityMembersCreateResponse()

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

EntityMembersCreateResponse(Collection<MemberIdentifier>, OperationResult)

Initializes a new instance of the EntityMembersCreateResponse class that has the specified created members and operation result.

Fields

CreatedMembers

Specifies the collection of the created members.

OperationResult

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

Applies to