共用方式為


DataServiceContext.GetMetadataUri 方法

取得 .edmx 中繼資料位置的統一資源識別元 (URI)。

命名空間:  System.Data.Services.Client
組件:  Microsoft.Data.Services.Client (在 Microsoft.Data.Services.Client.dll 中)

語法

'宣告
Public Function GetMetadataUri As Uri
'用途
Dim instance As DataServiceContext
Dim returnValue As Uri

returnValue = instance.GetMetadataUri()
public Uri GetMetadataUri()
public:
Uri^ GetMetadataUri()
member GetMetadataUri : unit -> Uri 
public function GetMetadataUri() : Uri

傳回值

型別:System.Uri
URI,識別中繼資料描述 (格式為 .edmx) 的位置,用於傳遞至建構函式之基底 URI 的資料服務。

備註

這個方法會以附加的單一路徑區段 (/$metadata) 來傳回傳遞至建構函式的 URI。 呼叫這個方法可以產生動態探索中繼資料 URI 的網路作業。

請參閱

參考

DataServiceContext 類別

System.Data.Services.Client 命名空間