Méthode Read
Reads from a specified binary reader into a SqlHierarchyId.
Espace de noms : Microsoft.SqlServer.Types
Assembly : Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)
Syntaxe
'Déclaration
Public Sub Read ( _
r As BinaryReader _
)
'Utilisation
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
)
Paramètres
- r
Type : System.IO. . :: . .BinaryReader
The specified binary reader.
Implémente
Notes
Throws an exception if r is null Nothing nullptr unit une référence Null (Nothing dans Visual Basic) .
Throws an exception if the SqlHierarchyId is not null Nothing nullptr unit une référence Null (Nothing dans Visual Basic) .
This member is sealed.