Class DataModelTable

Class DataModelTable

Namespace: Aspose.Cells.DataModels
Assembly: Aspose.Cells.dll (25.2.0)

스프레드시트 데이터 모델에서 단일 테이블의 속성을 나타냅니다.

public class DataModelTable

상속

objectDataModelTable

상속된 멤버

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

속성

ConnectionName

데이터 모델 테이블의 연결 이름을 가져옵니다.

public string ConnectionName { get; }

속성 값

string

Id

데이터 모델 테이블의 ID를 가져옵니다.

public string Id { get; }

속성 값

string

Name

데이터 모델 테이블의 이름을 가져옵니다.

public string Name { get; }

속성 값

string

 한국어