OdbcCommandBuilder.QuoteSuffix プロパティ

定義

終了文字、または名前に空白や予約済みトークンなどの文字を含むデータベース オブジェクト (テーブルや列など) を操作するときに使用する文字を取得または設定します。

public:
 property System::String ^ QuoteSuffix { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public string QuoteSuffix { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.QuoteSuffix : string with get, set
Public Property QuoteSuffix As String

プロパティ値

使用する終了文字。 既定値は空の文字列です。

属性

適用対象