Share via


ModelMembersGetRequest-Klasse

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

Vererbungshierarchie

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

Der ModelMembersGetRequest-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ModelMembersGetRequest() () () () Initializes a new instance of the ModelMembersGetRequest class that has default values.
Öffentliche Methode ModelMembersGetRequest(International, ModelMembersGetCriteria, ModelMembersResultCriteria) Initializes a new instance of the ModelMembersGetRequest class that has the specified cultural settings, get criteria, and result criteria.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Felder

  Name Beschreibung
Öffentliches Feld International The cultural settings.
Öffentliches Feld ModelsGetCriteria The criteria for getting models.
Öffentliches Feld ModelsResultCriteria The result criteria.

Zum Anfang

Hinweise

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.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.