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

CompositeTableKey.Parse(String) 方法

定义

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

public static Microsoft.WindowsAzure.Mobile.Service.CompositeTableKey Parse (string tableKey);
static member Parse : string -> Microsoft.WindowsAzure.Mobile.Service.CompositeTableKey
Public Shared Function Parse (tableKey As String) As CompositeTableKey

参数

tableKey
String

包含复合键的值。

返回

CompositeTableKey 实例。

适用于