DataSourceGroup.Name 속성

정의

파생 클래스에서 재정의되는 경우 그룹의 이름을 가져옵니다.

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

속성 값

그룹의 이름입니다.

설명

그룹의 이름은 EnvDTE.Project 수준의 모든 데이터 원본 그룹에서 고유해야 합니다.

적용 대상