Поделиться через


SqlHierarchyId.Read - метод (BinaryReader)

 

Считывает из указанного двоичного модуля чтения в SqlHierarchyId.

Пространство имен:   Microsoft.SqlServer.Types
Сборка:  Microsoft.SqlServer.Types (в Microsoft.SqlServer.Types.dll)

Синтаксис

[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public void Read(
    BinaryReader r
)
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
virtual void Read(
    BinaryReader^ r
) sealed
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
abstract Read : 
        r:BinaryReader -> unit
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
override Read : 
        r:BinaryReader -> unit
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)>
Public Sub Read (
    r As BinaryReader
)

Параметры

Реализует

IBinarySerialize.Read(BinaryReader)

Заметки

Вызывает исключение, если r является null.

Вызывает исключение, если SqlHierarchyId не null.

Данный член является sealed.

См. также

SqlHierarchyId - структура
Microsoft.SqlServer.Types - пространство имен

Вернуться в начало