Partition.Type Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.