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

CompositeTableKey.TryParse(String, CompositeTableKey) 方法

定义

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

public static bool TryParse (string tableKey, out Microsoft.WindowsAzure.Mobile.Service.CompositeTableKey compositeTableKey);
static member TryParse : string * CompositeTableKey -> bool
Public Shared Function TryParse (tableKey As String, ByRef compositeTableKey As CompositeTableKey) As Boolean

参数

tableKey
String

包含组合键的值。

compositeTableKey
CompositeTableKey

如果方法返回 , truecompositeTableKey 包含结果;否则为 null

返回

适用于