SqlCommandBuilder.SchemaSeparator 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用於結構識別碼與其他識別碼分隔符的字元。
public:
virtual property System::String ^ SchemaSeparator { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public override string SchemaSeparator { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.SchemaSeparator : string with get, set
Public Overrides Property SchemaSeparator As String
屬性值
作為模式分隔符的字元。
- 屬性
備註
一般來說,資料庫伺服器會透過將結構名稱與識別碼分開,並用某個字元來標示識別碼的結構。 例如,SQL Server 使用句點,建立完整識別碼,例如 Person.CustomerName,其中「Person」為結構名稱,「CustomerName」為識別碼。 設定此屬性後,開發者可以修改此行為。