Udostępnij przez


SqlCommandBuilder.QuoteSuffix Właściwość

Definicja

Pobiera lub ustawia znak końcowy lub znaki do użycia podczas określania obiektów bazy danych SQL Server, takich jak tabele lub kolumny, których nazwy zawierają znaki, takie jak spacje lub tokeny zarezerwowane.

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; }
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
member this.QuoteSuffix : string with get, set
Public Property QuoteSuffix As String
Public Overrides Property QuoteSuffix As String

Wartość właściwości

Końcowy znak lub znaki do użycia. Wartość domyślna to pusty ciąg.

Atrybuty

Wyjątki

Nie można zmienić tej właściwości po wygenerowaniu polecenia insert, update lub delete.

Uwagi

Uwaga

Chociaż nie można zmienić QuotePrefix właściwości lub QuoteSuffix po wygenerowaniu operacji wstawiania, aktualizowania lub usuwania, można zmienić ich ustawienia po wywołaniu Update metody DataAdapter.

Dotyczy

Zobacz też