OracleConnection.DataSource プロパティ

定義

接続先の Oracle サーバーの名前を取得します。

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

プロパティ値

接続先の Oracle サーバーの名前。 既定値は空の文字列 ("") です。

属性

適用対象

こちらもご覧ください