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

EntityProperty.CreateEntityPropertyFromObject(Object) 方法

定义

从指定的对象创建 EntityProperty

public static Microsoft.Azure.Cosmos.Table.EntityProperty CreateEntityPropertyFromObject (object entityValue);
static member CreateEntityPropertyFromObject : obj -> Microsoft.Azure.Cosmos.Table.EntityProperty
Public Shared Function CreateEntityPropertyFromObject (entityValue As Object) As EntityProperty

参数

entityValue
Object

一个包含实体属性值的对象。

返回

一个 EntityProperty 对象。

适用于