Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
新しいデータベースで使用する文字セット (UTF8 文字セットまたは照合に関連付けられた文字セット) を指定します。
Public Property UTF8Encoding As Boolean
public bool UTF8Encoding {get;set;}
データベースで UTF8 文字セットが使用される場合は true、照合に関連付けられた文字セットが使用される場合は false。デフォルトは false です。
照合に関連付けられた文字セット以外の文字セットに文字を格納する場合は、UTF8 文字セットを選択します。たとえば、US ソートを使用したいけれども、現地の綴りで国際住所を格納したいために UTF8Encoding を true に設定している場合は、1252LATIN1 照合を使用してデータベースを作成します。