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
包含要擷取之具名二進位資料流的實體。
- name
型別:System.String
所要求之資料流的名稱。
傳回值
型別:System.Uri
二進位資料流的讀取 URI。