OleDbCommandBuilder.QuotePrefix 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定在指定資料庫物件(例如資料表或欄位)時,名稱包含空格或保留標記等字元的開頭字元。
public:
property System::String ^ QuotePrefix { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
[System.Data.DataSysDescription("OleDbCommandBuilder_QuotePrefix")]
public string QuotePrefix { get; set; }
[<System.ComponentModel.Browsable(false)>]
[<System.Data.DataSysDescription("OleDbCommandBuilder_QuotePrefix")>]
member this.QuotePrefix : string with get, set
Public Property QuotePrefix As String
屬性值
要用的起始角色或角色。 預設值是空字串。
- 屬性