OracleConnection.DataSource Proprietà

Definizione

Ottiene il nome del server Oracle a cui connettersi.

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

Valore della proprietà

Nome del server Oracle a cui connettersi. Il valore predefinito è una stringa vuota ("").

Attributi

Si applica a

Vedi anche