EntityMemberKeyGetRequest 클래스

정의

요청하는 내용의 세부 사항을 명시합니다.

public ref class EntityMemberKeyGetRequest
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="EntityMemberKeyGetRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityMemberKeyGetRequest
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="EntityMemberKeyGetRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityMemberKeyGetRequest = class
Public Class EntityMemberKeyGetRequest
상속
EntityMemberKeyGetRequest
특성

생성자

Name Description
EntityMemberKeyGetRequest()

기본 값을 가진 클래스의 EntityMemberKeyGetRequest 새로운 인스턴스를 초기화합니다.

EntityMemberKeyGetRequest(International, Identifier, MemberKeyLookupType, Collection<MemberKey>, MemberType, Identifier, Identifier)

지정된 문화 설정, 조회 및 멤버 유형, 엔터티, 모델, 버전 식별자를 가진 클래스의 EntityMemberKeyGetRequest 새 인스턴스를 초기화합니다.

필드

Name Description
EntityId

전 세계적으로 고유 식별자(GUID) 또는 엔터티의 정확한 이름입니다.

International

문화적 배경.

LookupType

조회 유형은 MemberKeyLookupType.

MemberKeys

코드 또는 내부 ID로 지정된 멤버 키 모음으로, 타입 MemberKey배열을 사용해

MemberType

멤버 형식입니다.

ModelId

GUID 또는 모델의 정확한 이름입니다.

VersionId

GUID 또는 버전의 정확한 이름입니다.

적용 대상