SqlCommandBuilder.SchemaSeparator 屬性

定義

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

public:
 virtual property System::String ^ SchemaSeparator { System::String ^ get(); void set(System::String ^ value); };
public override string SchemaSeparator { get; set; }
[System.ComponentModel.Browsable(false)]
public override string SchemaSeparator { get; set; }
member this.SchemaSeparator : string with 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” 是標識符。 設定此屬性可讓開發人員修改此行為。

適用於

另請參閱