Compartir a través de


Clase ModelMembersGetRequest

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

Jerarquía de herencia

System.Object
  Microsoft.MasterDataServices.ModelMembersGetRequest

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

'Declaración
<MessageContractAttribute(WrapperName := "ModelMembersGetRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class ModelMembersGetRequest
'Uso
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

El tipo ModelMembersGetRequest expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ModelMembersGetRequest() Initializes a new instance of the ModelMembersGetRequest class that has default values.
Método público ModelMembersGetRequest(International, ModelMembersGetCriteria, ModelMembersResultCriteria) Initializes a new instance of the ModelMembersGetRequest class that has the specified cultural settings, get criteria, and result criteria.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Campos

  Nombre Descripción
Campo público International The cultural settings.
Campo público ModelsGetCriteria The criteria for getting models.
Campo público ModelsResultCriteria The result criteria.

Arriba

Comentarios

If you attempt to use the ModelMembersGet operation to export more than 50,000 members, you may hit service exceptions enforced by IIS. If you have more than 50,000 members, use EntityMembersGet and HierarchyMembersGet to return members.

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.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.MasterDataServices