SqlHierarchyId.Read(BinaryReader) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads from a specified binary reader into a SqlHierarchyId.
[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)]
public void Read (System.IO.BinaryReader r);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
abstract member Read : System.IO.BinaryReader -> unit
override this.Read : System.IO.BinaryReader -> unit
Public Sub Read (r As BinaryReader)
Parameters
The specified binary reader.
Implements
- Attributes