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; }
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」 則是識別碼。 設定此屬性可讓開發人員修改此行為。