Freigeben über


EntityMembersCreateRequest-Klasse

Represents a request message for specifying the entity or entities to be created in the EntityMembers type.

Vererbungshierarchie

System.Object
  Microsoft.MasterDataServices.EntityMembersCreateRequest

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

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

Der EntityMembersCreateRequest-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode EntityMembersCreateRequest() Initializes a new instance of the EntityMembersCreateRequest class that has default values.
Öffentliche Methode EntityMembersCreateRequest(International, EntityMembers, Boolean) Initializes a new instance of the EntityMembersCreateRequest class with the specified values.

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 Specifies the cultural settings.
Öffentliches Feld Members Specifies the entity members.
Öffentliches Feld ReturnCreatedIdentifiers Indicates whether the object should be returned with the newly generated ID.

Zum Anfang

Threadsicherheit

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

Siehe auch

Verweis

Microsoft.MasterDataServices-Namespace