다음을 통해 공유


SqlDataSourceDesigner.ConnectionString 속성

정의

데이터베이스를 여는 데 사용되는 문자열을 가져오거나 설정합니다.

public:
 property System::String ^ ConnectionString { System::String ^ get(); void set(System::String ^ value); };
public string ConnectionString { get; set; }
member this.ConnectionString : string with get, set
Public Property ConnectionString As String

속성 값

런타임에 데이터베이스 연결을 여는 데 사용되는 문자열입니다.

설명

속성은 ConnectionString 연결된 컨트롤에서 동일한 속성을 숨기며 내부 전용입니다.

적용 대상

추가 정보