Classe HierarchyMembersGetResponse
Represents a response that can return HierarchyMembers complex type and can return an OperationResult complex type.
Hierarquia de herança
System.Object
Microsoft.MasterDataServices.HierarchyMembersGetResponse
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<MessageContractAttribute(WrapperName := "HierarchyMembersGetResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class HierarchyMembersGetResponse
'Uso
Dim instance As HierarchyMembersGetResponse
[MessageContractAttribute(WrapperName = "HierarchyMembersGetResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class HierarchyMembersGetResponse
[MessageContractAttribute(WrapperName = L"HierarchyMembersGetResponse", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class HierarchyMembersGetResponse
[<MessageContractAttribute(WrapperName = "HierarchyMembersGetResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type HierarchyMembersGetResponse = class end
public class HierarchyMembersGetResponse
O tipo HierarchyMembersGetResponse expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Campos
Nome | Descrição | |
---|---|---|
HierarchyMembers | The hierarchy members. | |
OperationResult | The operation result, including a unique ID for tracking and logging. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.