다음을 통해 공유


MetaTable.TableName 속성

정의

데이터베이스에 정의된 테이블의 이름을 가져옵니다.

public:
 abstract property System::String ^ TableName { System::String ^ get(); };
public abstract string TableName { get; }
member this.TableName : string
Public MustOverride ReadOnly Property TableName As String

속성 값

테이블 이름을 나타내는 string입니다.

적용 대상