SqlString.IgnoreKanaType 欄位

定義

指定字串比較時必須忽略假名型別。

public: static initonly int IgnoreKanaType;
public static readonly int IgnoreKanaType;
 staticval mutable IgnoreKanaType : int
Public Shared ReadOnly IgnoreKanaType As Integer 

欄位值

備註

假名類型指的是代表日語語音的平假名和片假名字符。 平假名用於日語母語表達和詞彙,片假名則用於借用其他語言的詞彙,如「電腦」或「網際網路」。 平假名和片假名都可以表達語音。 若選擇此值,則同一音的平假名字視同同音的片假名字。

IgnoreKanaType 函式為類別的 SqlString 常數。

適用於

另請參閱