Share via


EntityMemberAnnotationsCreateRequest-Klasse

Specifies the details of what is requested when creating entity member annotations.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.MasterDataServices..::..EntityMemberAnnotationsCreateRequest

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

Syntax

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

Der EntityMemberAnnotationsCreateRequest-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode EntityMemberAnnotationsCreateRequest() () () () Initializes a new instance of the EntityMemberAnnotationsCreateRequest class with default values.
Öffentliche Methode EntityMemberAnnotationsCreateRequest(International, Collection< (Of < <' (Annotation> ) > > ), Identifier, MemberIdentifier, Identifier, Identifier) Initializes a new instance of the EntityMemberAnnotationsCreateRequest class that has the specified cultural settings, annotations, and entity, member, model, and version ID.

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 Annotations The array of annotations to create.
Öffentliches Feld EntityId The globally unique identifier (GUID) or the exact name of the entity.
Öffentliches Feld International The cultural settings.
Öffentliches Feld MemberId The identifier of the member.
Öffentliches Feld ModelId The GUID or the exact name of the model.
Öffentliches Feld VersionId The GUID or the exact name of the model version.

Zum Anfang

Threadsicherheit

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