다음을 통해 공유


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입니다.

참고 항목

참조

DataServiceContext 클래스

GetReadStreamUri 오버로드

System.Data.Services.Client 네임스페이스