HierarchyMembersGetResponse Class

Definition

Represents a response that can return HierarchyMembers complex type and can return an OperationResult complex type.

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

Constructors

HierarchyMembersGetResponse()

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

HierarchyMembersGetResponse(HierarchyMembers, OperationResult)

Initializes a new instance of the HierarchyMembersGetResponse class that has the specified hierarchy members and operation result.

Fields

HierarchyMembers

The hierarchy members.

OperationResult

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

Applies to