Class DataModel

Class DataModel

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

데이터 모델을 나타냅니다.

public class DataModel

상속

objectDataModel

상속된 멤버

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

속성

관계

데이터 모델의 테이블에 대한 모든 관계를 가져옵니다.

public DataModelRelationshipCollection Relationships { get; }

속성 값

DataModelRelationshipCollection

테이블

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

public DataModelTableCollection Tables { get; }

속성 값

DataModelTableCollection

 한국어