Edit

Share via


OracleConnection.DataSource Property

Definition

Gets the name of the Oracle server to which to connect.

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

Property Value

The name of the Oracle server to which to connect. The default value is an empty string ("").

Attributes

Applies to

See also