ModelMembersGetRequest Class
Represents a request message for specifying the criteria in the ModelMembersGetCriteria complex type for the retrieval of the model.
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.ModelMembersGetRequest
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<MessageContractAttribute(WrapperName := "ModelMembersGetRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class ModelMembersGetRequest
'Usage
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
The ModelMembersGetRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ModelMembersGetRequest() | Initializes a new instance of the ModelMembersGetRequest class that has default values. | |
ModelMembersGetRequest(International, ModelMembersGetCriteria, ModelMembersResultCriteria) | Initializes a new instance of the ModelMembersGetRequest class that has the specified cultural settings, get criteria, and result criteria. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
International | The cultural settings. | |
ModelsGetCriteria | The criteria for getting models. | |
ModelsResultCriteria | The result criteria. |
Top
Remarks
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.