Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Reads from a specified binary reader into a SqlHierarchyId.
Пространство имен: Microsoft.SqlServer.Types
Сборка: Microsoft.SqlServer.Types (в Microsoft.SqlServer.Types.dll)
Синтаксис
'Декларация
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)> _
Public Sub Read ( _
r As BinaryReader _
)
'Применение
Dim instance As SqlHierarchyId
Dim r As BinaryReader
instance.Read(r)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public void Read(
BinaryReader r
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public:
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
public final function Read(
r : BinaryReader
)
Параметры
- r
Тип: System.IO.BinaryReader
The specified binary reader.
Реализует
IBinarySerialize.Read(BinaryReader)
Замечания
Throws an exception if r is nullпустая ссылка (Nothing в Visual Basic).
Throws an exception if the SqlHierarchyId is not nullпустая ссылка (Nothing в Visual Basic).
This member is sealed.