PartitionKeyValue  Conversion (Int64 to PartitionKeyValue)Aliyun Open Services SDK for .NET
隐式转换操作符,将Int64对象转换为PartitionKeyValue对象。

Namespace: Aliyun.OpenServices.OpenTableService
Assembly: Aliyun.OpenServices (in Aliyun.OpenServices.dll) Version: 1.0.5290.21916
Syntax

public static implicit operator PartitionKeyValue (
	long value
)

Parameters

value
Type: SystemInt64
Int64对象。

Return Value

Type: PartitionKeyValue
PartitionKeyValue对象。
See Also

Reference