다음을 통해 공유


StorageMappingItemCollection.ComputeMappingHashValue 메서드

정의

오버로드

ComputeMappingHashValue()

컬렉션의 단일 컨테이너 매핑에 대한 해시 값을 계산합니다.

ComputeMappingHashValue(String, String)

매핑된 컨테이너의 이름으로 지정된 컨테이너 매핑에 대한 해시 값을 계산합니다.

ComputeMappingHashValue()

컬렉션의 단일 컨테이너 매핑에 대한 해시 값을 계산합니다.

public string ComputeMappingHashValue();
member this.ComputeMappingHashValue : unit -> string
Public Function ComputeMappingHashValue () As String

반환

계산된 해시 값을 지정하는 문자열입니다.

적용 대상

ComputeMappingHashValue(String, String)

매핑된 컨테이너의 이름으로 지정된 컨테이너 매핑에 대한 해시 값을 계산합니다.

public string ComputeMappingHashValue(string conceptualModelContainerName, string storeModelContainerName);
member this.ComputeMappingHashValue : string * string -> string
Public Function ComputeMappingHashValue (conceptualModelContainerName As String, storeModelContainerName As String) As String

매개 변수

conceptualModelContainerName
String

개념적 모델의 컨테이너 이름입니다.

storeModelContainerName
String

저장소 모델의 컨테이너 이름입니다.

반환

계산된 해시 값을 지정하는 문자열입니다.

적용 대상