Classe ModelMembersGetResponse
Represents a response that can contain an array of entity members and can contain an OperationResult.
Gerarchia di ereditarietà
System.Object
Microsoft.MasterDataServices.ModelMembersGetResponse
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<MessageContractAttribute(WrapperName := "ModelMembersGetResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class ModelMembersGetResponse
'Utilizzo
Dim instance As ModelMembersGetResponse
[MessageContractAttribute(WrapperName = "ModelMembersGetResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class ModelMembersGetResponse
[MessageContractAttribute(WrapperName = L"ModelMembersGetResponse", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class ModelMembersGetResponse
[<MessageContractAttribute(WrapperName = "ModelMembersGetResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type ModelMembersGetResponse = class end
public class ModelMembersGetResponse
Nel tipo ModelMembersGetResponse sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
ModelMembersGetResponse() | Initializes a new instance of the ModelMembersGetResponse class that has default values. | |
ModelMembersGetResponse(Collection<EntityMembers>, OperationResult) | Initializes a new instance of the ModelMembersGetResponse class that has the specified model members to get and the operation result. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Campi
Nome | Descrizione | |
---|---|---|
ModelMembers | The model members to get. | |
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.