DataSourcePrompt.DataSourceID 속성

정의

데이터 원본의 고유 ID를 가져오거나 설정합니다.

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

속성 값

데이터 원본 ID를 포함하는 String입니다.

적용 대상