Share via


SqlCommandBuilder.SchemaSeparator 屬性

定義

取得或設定用於結構描述識別項和任何其他識別項間之分隔符號的字元。

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

屬性值

當做結構描述分隔符號使用的字元。

屬性

備註

一般而言,資料庫伺服器會以一些字元分隔架構名稱與識別碼,以指出識別碼的架構。 例如,SQL Server使用句號,建立 Person.CustomerName 等完整識別碼,其中 「Person」 是架構名稱,而 「CustomerName」 則是識別碼。 設定此屬性可讓開發人員修改此行為。

適用於