DataSourceCredentials.DataSourceName 속성

정의

자격 증명을 전달할 데이터 원본의 이름을 가져오거나 설정합니다. String.

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

속성 값

데이터 원본 이름을 포함하는 String입니다.

적용 대상