DesignerDataConnection.Name 속성

정의

데이터 연결의 이름을 가져옵니다.

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

속성 값

데이터 연결의 이름입니다.

설명

이 속성에는 Name 애플리케이션 구성 파일의 특정 연결 또는 데이터 연결 목록을 식별하는 이름이 포함됩니다. 속성이 IsConfigured 있으면 trueName 속성이 구성 요소의 nameconnectionStrings 특성으로 사용되거나 메서드에서 ConfigureConnection 반환됩니다.

적용 대상