SqlHierarchyId.Read 方法 (BinaryReader)
从指定的二进制读取器读入 SqlHierarchyId。
命名空间: Microsoft.SqlServer.Types
程序集: Microsoft.SqlServer.Types(位于 Microsoft.SqlServer.Types.dll)
语法
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public void Read(
BinaryReader r
)
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
virtual void Read(
BinaryReader^ r
) sealed
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
abstract Read :
r:BinaryReader -> unit
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
override Read :
r:BinaryReader -> unit
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)>
Public Sub Read (
r As BinaryReader
)
参数
r
Type: System.IO.BinaryReader指定的二进制读取器。
实现
IBinarySerialize.Read(BinaryReader)
备注
如果引发异常 r 是 null。
如果引发异常 SqlHierarchyId 不是 null。
此成员是 sealed。
另请参阅
SqlHierarchyId 结构
Microsoft.SqlServer.Types 命名空间
返回页首