Condividi tramite


Classe ModelMembersGetRequest

Represents a request message for specifying the criteria in the ModelMembersGetCriteria complex type for the retrieval of the model.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.MasterDataServices..::..ModelMembersGetRequest

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

Sintassi

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

Nel tipo ModelMembersGetRequest sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ModelMembersGetRequest() () () () Initializes a new instance of the ModelMembersGetRequest class that has default values.
Metodo pubblico ModelMembersGetRequest(International, ModelMembersGetCriteria, ModelMembersResultCriteria) Initializes a new instance of the ModelMembersGetRequest class that has the specified cultural settings, get criteria, and result criteria.

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 International The cultural settings.
Campo pubblico ModelsGetCriteria The criteria for getting models.
Campo pubblico ModelsResultCriteria The result criteria.

In alto

Osservazioni

The Models and Versions parameters of ModelMembersGetCriteria are required, but the Entities parameter is optional. All entities are returned if not specified.

Criteria for specifying the contents of the resultset are set in the ModelMembersResultCriteria complex type. Each setting in ModelMembersResultCriteria is assumed to be false unless specified otherwise. At least one ModelMembersResultCriteria parameter must be true.

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.