SqlString.IgnoreKanaType 欄位

定義

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

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

欄位值

備註

假名類型意指日文平假名和片假名字元,表示日本語言中的語音。 平假名用於本土日文的語句和字詞,而片假名則用於自其他語言引進的字詞,例如「computer」或「Internet」。 平假名和片假名都可以用來表達語音。 如果選取這個值,就會將代表一個語音的平假名字元視為等於代表相同語音的片假名字元。

IgnoreKanaType 函式為 類別的 SqlString 常數。

適用於

另請參閱