Partition.Type Property

Definition

Gets or sets the partition type as either Data or Writeback.

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

Property Value

A PartitionType enumeration value; either Data or Writeback.

Remarks

By default, the partition type is Data.

Applies to