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