OleDbCommandBuilder.QuoteSuffix プロパティ

定義

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

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

プロパティ値

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

属性

適用対象