Clase EntityMemberAnnotationsGetRequest
Specifies the details of what exactly is requested.
Jerarquía de herencia
System.Object
Microsoft.MasterDataServices.EntityMemberAnnotationsGetRequest
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
<MessageContractAttribute(WrapperName := "EntityMemberAnnotationsGetRequest", _
WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class EntityMemberAnnotationsGetRequest
'Uso
Dim instance As EntityMemberAnnotationsGetRequest
[MessageContractAttribute(WrapperName = "EntityMemberAnnotationsGetRequest",
WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class EntityMemberAnnotationsGetRequest
[MessageContractAttribute(WrapperName = L"EntityMemberAnnotationsGetRequest",
WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class EntityMemberAnnotationsGetRequest
[<MessageContractAttribute(WrapperName = "EntityMemberAnnotationsGetRequest",
WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type EntityMemberAnnotationsGetRequest = class end
public class EntityMemberAnnotationsGetRequest
El tipo EntityMemberAnnotationsGetRequest expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
EntityMemberAnnotationsGetRequest() | Initializes a new instance of the EntityMemberAnnotationsGetRequest class that has default values. | |
EntityMemberAnnotationsGetRequest(International, Identifier, MemberIdentifier, Identifier, Identifier) | Initializes a new instance of the EntityMemberAnnotationsGetRequest class that has the specified cultural settings, and entity, member, model, and version ID. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Campos
Nombre | Descripción | |
---|---|---|
EntityId | The globally unique identifier (GUID) or the exact name of the entity. | |
International | The cultural setting. | |
MemberId | The identifier of the member. | |
ModelId | The GUID or the exact name of the model. | |
VersionId | The GUID or the exact name of the model version. |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.