Метод 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
)

Параметры

Реализует

IBinarySerialize. . :: . .Read(BinaryReader)

Замечания

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.