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

CompositeTableKey 类

定义

包含 CompositeTableKey 用于标识表中单行的一个或多个键。 的 CompositeTableKey 字符串格式是逗号分隔的列表 (,没有 LWS) 可选单引号字词。 仅当术语包含逗号时,才需要用引号。

public class CompositeTableKey
type CompositeTableKey = class
Public Class CompositeTableKey
继承
CompositeTableKey

构造函数

CompositeTableKey(String[])

使用给定数目String初始化 的新实例,CompositeTableKey该实例表示构成复合键的有序段列表。

属性

Segments

获取构成复合键的段的排序 Collection<T>

方法

Parse(String)

将字符串分析为 CompositeTableKey。 该值必须是逗号分隔列表 (没有 LWS) 可选单引号字词。 如果值无效,则会 ArgumentException 引发 。

ToString()

生成 String 复合键的表示形式。

TryParse(String, CompositeTableKey)

尝试从给定 tableKey的 创建新 CompositeTableKey 。 返回值指示分析是否成功。

适用于