名前付きバイナリ データ ストリームを返すために使用する 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。