SqlHierarchyId.Write 메서드
Writes a SqlHierarchyId to a specified binary writer.
네임스페이스: Microsoft.SqlServer.Types
어셈블리: Microsoft.SqlServer.Types(Microsoft.SqlServer.Types.dll)
구문
‘선언
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)> _
Public Sub Write ( _
w As BinaryWriter _
)
‘사용 방법
Dim instance As SqlHierarchyId
Dim w As BinaryWriter
instance.Write(w)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public void Write(
BinaryWriter w
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public:
virtual void Write(
BinaryWriter^ w
) sealed
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
abstract Write :
w:BinaryWriter -> unit
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
override Write :
w:BinaryWriter -> unit
public final function Write(
w : BinaryWriter
)
매개 변수
- w
유형: System.IO.BinaryWriter
The specified binary writer.
구현
IBinarySerialize.Write(BinaryWriter)
주의
Throws an exception if w is nullnull 참조(Visual Basic에서는 Nothing).
Throws an exception if the SqlHierarchyId is nullnull 참조(Visual Basic에서는 Nothing).
This member is sealed.