DataSourceAttribute.DataSources 속성

정의

이 특성과 연결된 DataSource 식별자를 반환합니다.

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

속성 값

이 특성과 연결된 DataSource 식별자입니다.

적용 대상