UInt64ColumnValue 類別
UInt64資料行值。
此 API 不符合 CLS 規範。
繼承階層
System.Object
Microsoft.Isam.Esent.Interop.ColumnValue
Microsoft.Isam.Esent.Interop.ColumnValueOfStruct<UInt64>
Microsoft.Isam.Esent.Interop.UInt64ColumnValue
Namespace:Microsoft.Isam.Esent.Interop
裝配: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Class UInt64ColumnValue _
Inherits ColumnValueOfStruct(Of ULong)
'Usage
Dim instance As UInt64ColumnValue
[CLSCompliantAttribute(false)]
public class UInt64ColumnValue : ColumnValueOfStruct<ulong>
執行緒安全
這個類型的任何公用靜態 (Visual Basic 中的 Shared) 成員都是安全執行緒。 並非所有的執行個體成員都是安全執行緒。