JET_OPENTEMPORARYTABLE.pidxunicode 屬性

取得或設定用來比較臨時表中任何 Unicode 索引鍵資料行資料的地區設定識別碼和正規化旗標。 當此參數為 Null 時,預設 LCID 會用來比較臨時表中的任何 Unicode 索引鍵資料行。 預設 LCID 是美式英文地區設定。 當此參數為 Null 時,將會使用預設正規化旗標來比較暫存資料表中的任何 Unicode 索引鍵資料行資料。 預設正規化旗標為:NORM_IGNORECASE、NORM_IGNOREKANATYPE和NORM_IGNOREWIDTH。

Namespace:Microsoft.Isam.Esent.Interop.Vista
裝配: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public Property pidxunicode As JET_UNICODEINDEX
    Get
    Set
'Usage
Dim instance As JET_OPENTEMPORARYTABLE
Dim value As JET_UNICODEINDEX

value = instance.pidxunicode

instance.pidxunicode = value
public JET_UNICODEINDEX pidxunicode { get; set; }

屬性值

類型: Microsoft.Isam.Esent.Interop.JET_UNICODEINDEX

另請參閱

參考

JET_OPENTEMPORARYTABLE 類別

JET_OPENTEMPORARYTABLE成員

Microsoft.Isam.Esent.Interop.Vista 命名空間