SqlHierarchyId.Write(BinaryWriter) 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.
Writes a SqlHierarchyId to a specified binary writer.
[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)]
public void Write (System.IO.BinaryWriter w);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
abstract member Write : System.IO.BinaryWriter -> unit
override this.Write : System.IO.BinaryWriter -> unit
Public Sub Write (w As BinaryWriter)
Parameters
The specified binary writer.
Implements
- Attributes