다음을 통해 공유


Report.GetDataSourceByName(String) 메서드

정의

이름을 사용하여 데이터 원본에 액세스합니다.

public:
 Microsoft::ReportingServices::RdlObjectModel::DataSource ^ GetDataSourceByName(System::String ^ name);
public Microsoft.ReportingServices.RdlObjectModel.DataSource GetDataSourceByName (string name);
member this.GetDataSourceByName : string -> Microsoft.ReportingServices.RdlObjectModel.DataSource
Public Function GetDataSourceByName (name As String) As DataSource

매개 변수

name
String

데이터 원본 이름입니다.

반환

액세스한 데이터 원본입니다.

적용 대상