Метод Read
Reads from a specified binary reader into a SqlHierarchyId.
Пространство имен: Microsoft.SqlServer.Types
Сборка: Microsoft.SqlServer.Types (в Microsoft.SqlServer.Types.dll)
Синтаксис
'Декларация
Public Sub Read ( _
r As BinaryReader _
)
'Применение
Dim instance As SqlHierarchyId
Dim r As BinaryReader
instance.Read(r)
public void Read(
BinaryReader r
)
public:
virtual void Read(
BinaryReader^ r
) sealed
abstract Read :
r:BinaryReader -> unit
override Read :
r:BinaryReader -> unit
public final function Read(
r : BinaryReader
)
Параметры
- r
Тип: System.IO. . :: . .BinaryReader
The specified binary reader.
Реализует
Замечания
Throws an exception if r is null Nothing nullptr unit пустая ссылка (Nothing в Visual Basic) .
Throws an exception if the SqlHierarchyId is not null Nothing nullptr unit пустая ссылка (Nothing в Visual Basic) .
This member is sealed.