StorageMappingItemCollection.ComputeMappingHashValue 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| 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
저장소 모델의 컨테이너 이름입니다.
반환
계산된 해시 값을 지정하는 문자열입니다.