SqlHierarchyId.Read Method
Reads from a specified binary reader into a SqlHierarchyId.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Syntax
'Declaration
Public Sub Read ( _
r As BinaryReader _
)
'Usage
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
)
Parameters
- r
Type: System.IO.BinaryReader
The specified binary reader.
Implements
Remarks
Throws an exception if r is nulla null reference (Nothing in Visual Basic).
Throws an exception if the SqlHierarchyId is not nulla null reference (Nothing in Visual Basic).
This member is sealed.