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 서버의 이름입니다. 기본값은 빈 문자열("")입니다.

특성

적용 대상

추가 정보