Partition.Type 속성

정의

데이터 또는 쓰기 저장(WriteBack)의 파티션 유형을 가져오거나 설정합니다.

public Microsoft.AnalysisServices.PartitionType Type { get; set; }
member this.Type : Microsoft.AnalysisServices.PartitionType with get, set
Public Property Type As PartitionType

속성 값

데이터 또는 쓰기 저장(WriteBack)의 PartitionType입니다.

설명

기본적으로 파티션 유형은 Data입니다.

적용 대상