ITableMapping.SourceTable 속성

정의

소스 테이블의 이름(대/소문자를 구분함)을 가져오거나 설정합니다.

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

속성 값

String

소스 테이블의 이름(대/소문자를 구분함)입니다.

적용 대상