OracleCommandBuilder.SchemaSeparator Proprietà

Definizione

Ottiene o imposta il carattere da utilizzare come separatore tra l'identificatore di schema e altri identificatori.

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

Valore della proprietà

Carattere da utilizzare come separatore di schema.

Attributi

Commenti

In genere, i server di database indicano lo schema per un identificatore separando il nome dello schema dall'identificatore con un carattere. Ad esempio, SQL Server usa un punto, creando identificatori completi, ad esempio Person:CustomerName, dove "Person" è il nome dello schema e "CustomerName" è l'identificatore. L'impostazione di questa proprietà consente agli sviluppatori di modificare questo comportamento.

Si applica a