Share via


EntityMembersUpdateRequest-Klasse

Represents a request message for specifying the enity or entities to be updated in the EntityMembers complex type.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.MasterDataServices..::..EntityMembersUpdateRequest

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

Syntax

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

Der EntityMembersUpdateRequest-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode EntityMembersUpdateRequest() () () () Initializes a new instance of the EntityMembersUpdateRequest class that has default values.
Öffentliche Methode EntityMembersUpdateRequest(International, EntityMembers) Initializes a new instance of the EntityMembersUpdateRequest class that has the specified cultural settings and entity members.

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 Members The entity members.

Zum Anfang

Hinweise

If you attempt to update the Code()()()() attribute and any other attribute in one call to EntityMembersUpdateRequest, only the Code()()()() attribute is updated.

Threadsicherheit

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