你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LayoutIndexedScope 类

定义

public abstract class LayoutIndexedScope : Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.LayoutScope
type LayoutIndexedScope = class
    inherit LayoutScope
Public MustInherit Class LayoutIndexedScope
Inherits LayoutScope
继承
LayoutIndexedScope
派生

构造函数

LayoutIndexedScope(LayoutCode, Boolean, Boolean, Boolean, Boolean, Boolean)

字段

Immutable (继承自 LayoutType)
LayoutCode (继承自 LayoutType)
Size (继承自 LayoutType)

属性

AllowVariable (继承自 LayoutType)
IsBool (继承自 LayoutType)
IsFixed (继承自 LayoutScope)
IsNull (继承自 LayoutType)
IsVarint (继承自 LayoutType)
Name (继承自 LayoutType)

方法

DeleteScope(RowBuffer, RowCursor) (继承自 LayoutScope)
ReadScope(RowBuffer, RowCursor, RowCursor) (继承自 LayoutScope)
TypeAs<T>() (继承自 LayoutType)
WriteScope(RowBuffer, RowCursor, TypeArgumentList, RowCursor, UpdateOptions) (继承自 LayoutScope)
WriteScope<TContext>(RowBuffer, RowCursor, TypeArgumentList, TContext, LayoutScope.WriterFunc<TContext>, UpdateOptions) (继承自 LayoutScope)

适用于