SqlCommandBuilder.QuoteSuffix プロパティ

定義

テーブルや列などの SQL Server データベース オブジェクトの名前にスペースや予約トークンなどの文字が含まれている場合に使用する終了文字を取得または設定します。

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

プロパティ値

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

属性

例外

挿入、更新、または削除コマンドが生成された後は、このプロパティを変更できません。

注釈

Note

挿入、更新、または削除の操作が生成された後は、 QuotePrefix プロパティまたは QuoteSuffix プロパティを変更することはできませんが、DataAdapter の Update メソッドを呼び出した後で設定を変更できます。

適用対象

こちらもご覧ください