다음을 통해 공유


EntityConnection.DataSource 속성

정의

연결할 데이터 소스의 이름이나 네트워크 주소를 가져옵니다.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1065:DoNotRaiseExceptionsInUnexpectedLocations")]
public override string DataSource { get; }
member this.DataSource : string
Public Overrides ReadOnly Property DataSource As String

속성 값

데이터 원본의 이름입니다. 기본값은 빈 문자열입니다.

특성

예외

기본 데이터 공급자를 알 수 없는 경우

적용 대상