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
存放區模型中容器的名稱。
傳回
指定計算雜湊值的字串。