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