SqlString.IgnoreWidth 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定字串比較必須忽略字元寬度。
public: static initonly int IgnoreWidth;
public static readonly int IgnoreWidth;
staticval mutable IgnoreWidth : int
Public Shared ReadOnly IgnoreWidth As Integer
欄位值
備註
例如,日文片假名字元可以書寫為全型或半型,而如果這個值被選取,片假名字元則書寫成全型並被視為相等於以半型書寫的相同字元。
IgnoreWidth 函式為 類別的 SqlString 常數。