HierarchyMembersGetResponse Class

 

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

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

System::Object
  Microsoft.MasterDataServices::HierarchyMembersGetResponse

[MessageContractAttribute(WrapperName = "HierarchyMembersGetResponse", 
	WrapperNamespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
	IsWrapped = true)]
public ref class HierarchyMembersGetResponse 

NameDescription
System_CAPS_pubmethodHierarchyMembersGetResponse()

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

System_CAPS_pubmethodHierarchyMembersGetResponse(HierarchyMembers^, OperationResult^)

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubfieldHierarchyMembers

The hierarchy members.

System_CAPS_pubfieldOperationResult

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

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: