SqlInt64.Value 属性

定义

获取此 SqlInt64 结构的值。 此属性为只读。

public:
 property long Value { long get(); };
public long Value { get; }
member this.Value : int64
Public ReadOnly Property Value As Long

属性值

一个长整型,表示此 SqlInt64 结构的值。

适用于

另请参阅