共用方式為


ModelMembersGetRequest 類別

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

繼承階層

System.Object
  Microsoft.MasterDataServices.ModelMembersGetRequest

命名空間:  Microsoft.MasterDataServices
組件:  Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)

語法

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

ModelMembersGetRequest 型別公開下列成員。

建構函式

  名稱 說明
公用方法 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.

上層

方法

  名稱 說明
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString (繼承自 Object。)

上層

欄位

  名稱 說明
公用欄位 International The cultural settings.
公用欄位 ModelsGetCriteria The criteria for getting models.
公用欄位 ModelsResultCriteria The result criteria.

上層

備註

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.

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.MasterDataServices 命名空間