你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CompositeTableKey.TryParse(String, CompositeTableKey) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
尝试从给定 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
如果方法返回 , true
则 compositeTableKey
包含结果;否则为 null
。