共用方式為


DataServiceContext.GetReadStreamUri 方法 (Object, String)

取得用於傳回具名二進位資料流的 URI。

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

語法

'宣告
Public Function GetReadStreamUri ( _
    entity As Object, _
    name As String _
) As Uri
'用途
Dim instance As DataServiceContext
Dim entity As Object
Dim name As String
Dim returnValue As Uri

returnValue = instance.GetReadStreamUri(entity, _
    name)
public Uri GetReadStreamUri(
    Object entity,
    string name
)
public:
Uri^ GetReadStreamUri(
    Object^ entity, 
    String^ name
)
member GetReadStreamUri : 
        entity:Object * 
        name:string -> Uri 
public function GetReadStreamUri(
    entity : Object, 
    name : String
) : Uri

參數

  • entity
    型別:System.Object
    包含要擷取之具名二進位資料流的實體。

傳回值

型別:System.Uri
二進位資料流的讀取 URI。

請參閱

參考

DataServiceContext 類別

GetReadStreamUri 多載

System.Data.Services.Client 命名空間