SqlString.IgnoreKanaType 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定字串比較時必須忽略假名型別。
public: static initonly int IgnoreKanaType;
public static readonly int IgnoreKanaType;
staticval mutable IgnoreKanaType : int
Public Shared ReadOnly IgnoreKanaType As Integer
欄位值
備註
假名類型指的是代表日語語音的平假名和片假名字符。 平假名用於日語母語表達和詞彙,片假名則用於借用其他語言的詞彙,如「電腦」或「網際網路」。 平假名和片假名都可以表達語音。 若選擇此值,則同一音的平假名字視同同音的片假名字。
IgnoreKanaType 函式為類別的 SqlString 常數。