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

区分大小写的源表名称。

适用于