일괄 처리 메시지 페이로드에서 다음 부분을 읽습니다.
네임스페이스: Microsoft.Data.OData
어셈블리: Microsoft.Data.OData(Microsoft.Data.OData.dll)
구문
‘선언
Public Function Read As Boolean
‘사용 방법
Dim instance As ODataBatchReader
Dim returnValue As Boolean
returnValue = instance.Read()
public bool Read()
public:
bool Read()
member Read : unit -> bool
public function Read() : boolean
반환 값
유형: System.Boolean
추가 항목을 읽은 경우 true이고, 그렇지 않으면 false입니다.