OracleConnection.DataSource Propriedade

Definição

Obtém o nome do servidor Oracle ao qual se deve ligar.

public:
 property System::String ^ DataSource { System::String ^ get(); };
public:
 virtual property System::String ^ DataSource { System::String ^ get(); };
public string DataSource { get; }
[System.ComponentModel.Browsable(false)]
public override string DataSource { get; }
member this.DataSource : string
[<System.ComponentModel.Browsable(false)>]
member this.DataSource : string
Public ReadOnly Property DataSource As String
Public Overrides ReadOnly Property DataSource As String

Valor de Propriedade

O nome do servidor Oracle ao qual se deve ligar. O valor padrão é uma cadeia vazia ("").

Atributos

Aplica-se a

Ver também