Condividi tramite


Classe EntityMemberAttributesGetResponse

Represents a response that can return an EntityMembers and an OperationResult type.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.MasterDataServices..::..EntityMemberAttributesGetResponse

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<MessageContractAttribute(WrapperName := "EntityMemberAttributesGetResponse",  _
    WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class EntityMemberAttributesGetResponse
'Utilizzo
Dim instance As EntityMemberAttributesGetResponse
[MessageContractAttribute(WrapperName = "EntityMemberAttributesGetResponse", 
    WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public class EntityMemberAttributesGetResponse
[MessageContractAttribute(WrapperName = L"EntityMemberAttributesGetResponse", 
    WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public ref class EntityMemberAttributesGetResponse
[<MessageContractAttribute(WrapperName = "EntityMemberAttributesGetResponse", 
    WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)>]
type EntityMemberAttributesGetResponse =  class end
public class EntityMemberAttributesGetResponse

Nel tipo EntityMemberAttributesGetResponse sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico EntityMemberAttributesGetResponse() () () () Initializes a new instance of the EntityMemberAttributesGetResponse class that has default values.
Metodo pubblico EntityMemberAttributesGetResponse(EntityMembers, OperationResult) Initializes a new instance of the EntityMemberAttributesGetResponse class that has the specified entity members and operation result.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Campi

  Nome Descrizione
Campo pubblico EntityMembers The entity members.
Campo pubblico OperationResult The operation result, including a unique ID for tracking and logging.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.